local_async_utils 0.2.2

Utilities for single-threaded async programming
Documentation
1
2
3
4
[![CI](https://github.com/DanglingPointer/local_async_utils/actions/workflows/ci.yml/badge.svg)](https://github.com/DanglingPointer/local_async_utils/actions/workflows/ci.yml)

# local_async_utils
Rust utilities for single-threaded async programming. Similar to [`tokio::sync`](https://docs.rs/tokio/latest/tokio/sync/index.html) but without the unnecessary atomics and mutexes.