uasync 0.1.1

fast, safe, async executor
Documentation
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;