Registry / async / ach-util

ach-util

JSON →
library0.2.5rscratesunverified

Atomic Channel

# Cargo.toml [dependencies] ach-util = "0.2.5"
INSTALL
IMPORT
SIG · ACH-UTIL
A
ach-util
asyncrustv0.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Channel
use ach_util::channel::Channel;

Basic atomic channel usage

use ach_util::channel::Channel; fn main() { let (tx, rx) = Channel::new(); tx.send(42).unwrap(); println!("Received: {}", rx.recv().unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
ach-util — cargo add ach-util · libregistry