Crates.io | local_async_utils |
lib.rs | local_async_utils |
version | 0.2.5 |
created_at | 2025-09-06 15:42:12.11027+00 |
updated_at | 2025-09-20 17:56:55.232147+00 |
description | Utilities for single-threaded async programming |
homepage | |
repository | https://github.com/DanglingPointer/local_async_utils |
max_upload_size | |
id | 1827201 |
size | 70,019 |
Utilities for single-threaded async programming. Similar to tokio::sync
but without the overhead of atomics and mutexes.