[](https://github.com/DanglingPointer/local_async_utils/actions/workflows/ci.yml)
[](https://crates.io/crates/local_async_utils)
[](https://docs.rs/local_async_utils/latest)
# local_async_utils
Utilities for single-threaded async programming. Similar to [`tokio::sync`](https://docs.rs/tokio/latest/tokio/sync/index.html) but without the overhead of atomics and mutexes.