Registry / async / hala-lockfree

hala-lockfree

JSON →
library0.1.6rscratesunverified

Some lockfree structure for rust.

# Cargo.toml [dependencies] hala-lockfree = "0.1.6"
INSTALL
IMPORT
SIG · HALA-LOCKFREE
H
hala-lockfree
asyncrustv0.1.6
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.

LockFreeQueue
use hala_lockfree::LockFreeQueue;

Creates a lock-free queue and performs push/pop.

use hala_lockfree::LockFreeQueue; fn main() { let queue = LockFreeQueue::new(); queue.push(1); assert_eq!(queue.pop(), Some(1)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
hala-lockfree — cargo add hala-lockfree · libregistry