uasync 0.1.1

fast, safe, async executor
1
2
3
4
5
6
7
8
9
10
11
pub(super) mod builder;
pub(super) mod enter;
pub(super) mod handle;
mod queue;
mod random;
pub(super) mod runtime;
mod scheduler;
mod semaphore;
pub(super) mod task;
mod thread;
mod waker;