Expand description
Agnostic is a trait for users who want to write async runtime-agnostic crate.
Modules§
- async_
std async-std
async_std
runtime adapter - io
io
Traits for IO - net
net
Network related traits - smol
smol
smol
runtime adapter - Time related traits
- tokio
tokio
tokio
runtime adapter
Macros§
- Macro to conditionally compile items for
async-std
feature - Macro to conditionally compile items for
smol
feature - Macro to conditionally compile items for
tokio
feature
Structs§
- Async
IoSleep async-io
- Async
IoTimeout 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§
- Async
IoDelay async-io
Alias for [Delay
] usingtokio
runtime. - Async
IoInterval async-io