rust/library/core/src/task
Scott McMurray 1864970430 Add the try_trait_v2 library basics
No compiler changes as part of this -- just new unstable traits and impls thereof.

The goal here is to add the things that aren't going to break anything, to keep the feature implementation simpler in the next PR.
2021-04-17 11:58:18 -07:00
..
mod.rs
poll.rs Add the try_trait_v2 library basics 2021-04-17 11:58:18 -07:00
ready.rs Use more std:: instead of core:: in docs for consistency, add more intra doc links 2020-12-02 00:41:53 +01:00
wake.rs