Expand description
Runtime execution traits for async task management.
This module defines the interface for spawning, executing, and managing asynchronous tasks across different runtime implementations.
Traitsยง
- Async
Exec - Trait for async runtime execution capabilities.
- Async
Handle - A handle for managing spawned async tasks.
- Thread
Handle - A handle for spawn_blocking()