Module async_std

Module async_std 

Source
Expand description

async-std runtime integration

This module provides integration with the async-std runtime, allowing automatic task tracking for async-std tasks.

Structs§

TrackedFuture
A future wrapper that automatically tracks execution

Traits§

InspectExt
Extension trait for async-std futures to add tracking

Functions§

spawn_tracked
Spawn a tracked task on the async-std runtime