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. |
||
|---|---|---|
| .. | ||
| future.rs | ||
| into_future.rs | ||
| join.rs | ||
| mod.rs | ||
| pending.rs | ||
| poll_fn.rs | ||
| ready.rs | ||