Expand description
Async runtime agnostic traits and implementations.
Modulesยง
- Provides an
AsyncSleep
trait that returns a future that sleeps for a given duration, and implementations ofAsyncSleep
for different async runtimes.
Async runtime agnostic traits and implementations.
AsyncSleep
trait that returns a future that sleeps for a given duration,
and implementations of AsyncSleep
for different async runtimes.