Actions
Bug #18003
closedRework internal IO to directly invoke scheduler with IO object.
Description
Many functions are still going through C functions which take file descriptors fd argument, and internally we need to create an IO object to handle this correctly in the fiber scheduler. This is slightly inefficient, so we should rework these code paths to use the updated interfaces which handle IO instances directly.
Actions
Like0
Like0