#synchronization-primitive #async #bare-metal

no-std-async

Async synchronization primitives for #[no_std] rust

1 stable release

1.1.1 Jan 9, 2024
1.1.0 Aug 18, 2023
1.0.0 Aug 17, 2023

#796 in Concurrency

48 downloads per month

MIT license

22KB
354 lines

no-std-async

#[no_std] async synchronization primitives for rust

Types

This crate provides a few synchronization primitives:

Usage

Add this to your Cargo.toml:

[dependencies]
no-std-async = "version"

where version is the latest crate version.

The various types in this crate provide specific usage examples.

Dependencies

~0.6–1.1MB
~23K SLoC