wb_async_utils

Crates.iowb_async_utils
lib.rswb_async_utils
version
sourcesrc
created_at2025-04-09 09:33:17.63267+00
updated_at2025-05-07 12:48:29.582077+00
descriptionA crate of utilities for working with async code
homepage
repository
max_upload_size
id1626463
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`
size0
Aljoscha Meyer (AljoschaMeyer)

documentation

README

Wormblossom Async Utils

A crate of utilities for working with async code, making a few simplifying assumptions:

  • nothing is panic safe, we assume panics to abort rather than rewind, and
  • everything is !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.

Commit count: 0

cargo fmt