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