Expand description
Platform abstractions for cross-platform async operations.
Provides unified APIs for spawning tasks, sleeping, and timeouts that work on both native (tokio) and WASM (wasm-bindgen-futures + gloo) targets.
Structs§
- Spawn
Handle - Handle to a spawned background task, allowing cancellation.
- Timeout
Error - Error returned when a timeout expires.