Crates.io | wb_async_utils |
lib.rs | wb_async_utils |
version | |
source | src |
created_at | 2025-04-09 09:33:17.63267+00 |
updated_at | 2025-05-07 12:48:29.582077+00 |
description | A crate of utilities for working with async code |
homepage | |
repository | |
max_upload_size | |
id | 1626463 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.