rust/library/core/src/task
Arpad Borsos cf031a3355
Replace usage of ResumeTy in async lowering with Context
Replaces using `ResumeTy` / `get_context` in favor of using `&'static mut Context<'_>`.

Usage of the `'static` lifetime here is technically "cheating", and replaces
the raw pointer in `ResumeTy` and the `get_context` fn that pulls the
correct lifetimes out of thin air.
2022-12-06 10:16:23 +01:00
..
mod.rs stabilize core::task::ready! 2022-07-18 16:04:52 +02:00
poll.rs Avoid GenFuture shim when compiling async constructs 2022-11-24 10:04:27 +01:00
ready.rs stabilize core::task::ready! 2022-07-18 16:04:52 +02:00
wake.rs Replace usage of ResumeTy in async lowering with Context 2022-12-06 10:16:23 +01:00