Expand description
A simple runtime that is useful for testing.
It blocks the current thread until the future completes. Blocks the calling thread until a future is ready.
Modules§
- A simple future type that is always pending.
Functions§
- Poll the given future once.
- Poll the given future once.
- Blocks the calling thread until a future is ready.
- A function that spawns the given future and does not wait for it to complete.
- Blocks the calling thread until a future is ready.