Expand description
async-std runtime integration
This module provides integration with the async-std runtime, allowing automatic task tracking for async-std tasks.
Structs§
- Tracked
Future - A future wrapper that automatically tracks execution
Traits§
- Inspect
Ext - Extension trait for async-std futures to add tracking
Functions§
- spawn_
tracked - Spawn a tracked task on the async-std runtime