Expand description
Async compatibility layer meant to control abstractions between tokio and async_std with a feature flag toggle while exposing the same interface for general consumption between both
Modulesยง
- art
- abstraction over both
tokio
andasync-std
, making it possible to use either based on a feature flag - async_
primitives - channel
- Abstraction over channels. This will expose the following types: