Crate async_compatibility_layer

Source
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 and async-std, making it possible to use either based on a feature flag
async_primitives
channel
Abstraction over channels. This will expose the following types: