You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the parts of various runtimes (and perhaps other crates) that can and should be moved into std.
There are some big issues here, such as whether we could use async overloading for some or all of this? Should APIs be changed to be optimal for completion-based IO?
Then there is a lot of incremental work standardising on parts of the library across runtimes and moving the standardised code into std.
From a high level, the various components are (I expect to further refine and elaborate this list over time, plus add individual issues for items);
Note that similar to #5 (comment), stabilization of many of these items will require making a decision on async overloading first. In terms of ordering I feel like we should probably try and clear that hurdle first, as that will determine where in the stdlib many of this functionality should be exposed from.
Maybe we should track "pin utils" as a separate issue. Once we have stack pinning in, the last (?) major remaining issue would be to figure out is how to introduce first-class pin projections into the stdlib.
All the parts of various runtimes (and perhaps other crates) that can and should be moved into std.
There are some big issues here, such as whether we could use async overloading for some or all of this? Should APIs be changed to be optimal for completion-based IO?
Then there is a lot of incremental work standardising on parts of the library across runtimes and moving the standardised code into std.
From a high level, the various components are (I expect to further refine and elaborate this list over time, plus add individual issues for items);
Open issues
The text was updated successfully, but these errors were encountered: