| Crates.io | wb_async_utils |
| lib.rs | wb_async_utils |
| version | 0.2.0 |
| created_at | 2025-04-09 09:33:17.63267+00 |
| updated_at | 2025-08-01 12:42:37.73601+00 |
| description | A crate of utilities for working with async code |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1626463 |
| size | 132,268 |
A crate of utilities for working with async code, making a few simplifying assumptions:
!Send, futures will be executed on a single-threaded runtime.The "synchronisation primitives" in this crate are not about synchronisation across threads, but merely to let different parts of programs .await access to some data.