local_async_utils 0.2.12

Utilities for single-threaded async programming
Documentation
1
2
3
4
5
6
7
8
[![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)
[![Crates.io Version](https://img.shields.io/crates/v/local_async_utils)](https://crates.io/crates/local_async_utils)
[![docs.rs](https://img.shields.io/docsrs/local_async_utils)](https://docs.rs/local_async_utils/latest)
[![codecov](https://codecov.io/github/DanglingPointer/local_async_utils/graph/badge.svg?token=V0IMJ9DT2G)](https://codecov.io/github/DanglingPointer/local_async_utils)


# 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.