Expand description
Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.
Structs§
- Join
Error rt
- Task failed to execute to completion.
- Join
Handle rt
- An owned permission to join on a task (await its termination).
Functions§
- spawn
rt
- Spawns a new asynchronous task, returning a
JoinHandle
for it.