wb_async_utils

Crates.iowb_async_utils
lib.rswb_async_utils
version0.2.0
created_at2025-04-09 09:33:17.63267+00
updated_at2025-08-01 12:42:37.73601+00
descriptionA crate of utilities for working with async code
homepage
repository
max_upload_size
id1626463
size132,268
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