Crate async_wasm_task
source ·Structs
- An owned permission to join on a task (awaiting its termination).
Constants
Functions
- Spawns a new asynchronous task, returning a
JoinHandlefor it. - Runs the provided closure on a web worker(thread) where blocking is acceptable.
- Yields execution back to the JavaScript event loop.