agnostic-lite 0.7.0

`agnostic-lite` is an agnostic abstraction layer for any async runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod timeout;
pub use timeout::*;

mod sleep;
pub use sleep::*;

mod interval;
pub use interval::*;

mod delay;
pub use delay::*;