asyncsync aims to provide the commonly required synchronization primitives for asynchronous Rust in an runtime-agnostic and performant way.
Add asyncsync
to your dependencies:
asyncsync = "0.1.0"
See docs.rs for details about specific types.
std
: Enables usage of std. This is currently required for the default Send
primitives. Enabled by default.
local
: Enables the optional local module, providing !Send
primitives for a single-threaded context.
Licensed under either The Apache License, Version 2.0 or MIT license at your option.