Expand description
Agnostic is a trait for users who want to write async runtime-agnostic crate.
Modules§
- async_std
async-stdasync_stdruntime adapter - io
ioTraits for IO - net
netNetwork related traits - smol
smolsmolruntime adapter - Time related traits
- tokio
tokiotokioruntime adapter
Macros§
- Macro to conditionally compile items for
async-stdfeature - Macro to conditionally compile items for
smolfeature - Macro to conditionally compile items for
tokiofeature
Structs§
- AsyncIoInterval
async-io - AsyncIoSleep
async-io - AsyncIoTimeout
async-io
Traits§
- A spawner trait for spawning blocking.
- A spawner trait for spawning futures.
- A spawner trait for spawning futures.
- Runtime trait
- Runtime trait
Type Aliases§
- AsyncIoDelay
async-ioAlias for [Delay] usingtokioruntime.