Project

General

Profile

Actions

Bug #18003

closed

Rework internal IO to directly invoke scheduler with IO object.

Added by ioquatix (Samuel Williams) almost 3 years ago. Updated over 1 year ago.

Status:
Closed
Target version:
-
ruby -v:
Backport:
[ruby-core:104377]

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

Also available in: Atom PDF

Like0
Like0