Structs§
- Child
Task - Represents a children task that will cancel when dropped.
- Cooperative
- A cooperative future
- Join
Handle - A handle for (optionally) joining a spawned task.
- Platform
BoxFuture - Runtime
Handle - Represents a handle to the platform specific runtime
Enums§
Functions§
- block_
in_ place - Runs a blocking function without blocking the executor.
- make_
native_ multithreaded_ runtime - This builds a Tokio multithreaded runtime for use in Ambient native contexts.
- spawn
- Spawns a new background task in the current runtime
- spawn_
blocking - Spawns a task such that blocking is accepted
- spawn_
local - Spawn a non-send future by sending a constructor to a worker thread.
- wasm_
nonsend - Wraps a constructor function to send and construct the future on a worker thread