Module smol

Module smol 

Source
Expand description

smol runtime integration

This module provides integration with the smol runtime, allowing automatic task tracking for smol tasks.

Structs§

TrackedFuture
A future wrapper that automatically tracks execution

Traits§

InspectExt
Extension trait for smol futures to add tracking

Functions§

spawn_tracked
Spawn a tracked task on the smol runtime