-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Non-blocking stdin/stdout/stderr #6846
Copy link
Copy link
Closed
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Metadata
Metadata
Assignees
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the new I/O stack we will need to provide non-blocking access to stdin/out/err. I'm not sure exactly how to do this yet but, since these are global resources, I think it will involve forwarding data through channels.