-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
Description
Currently, stdout and friends in std::io are tied to the process-level handles, and are in turn used for println! and panic!. In the future, it could be useful to allow thread-local, or otherwise scoped redirection of these handles (especially one that would be inherited by child thread). In particular, that would allow a greater degree of composability between libraries.
See #973 for one possible route.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.