Registry / async / aqueue

aqueue

JSON →
library1.4.1rscratesunverified

fast speed thread safe async execute queue.

# Cargo.toml [dependencies] aqueue = "1.4.1"
INSTALL
IMPORT
SIG · AQUEUE
A
aqueue
asyncrustv1.4.1
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.

AQueue
use aqueue::AQueue;

Creates a new async execute queue.

use aqueue::AQueue; fn main() { let queue = AQueue::new(); println!("Async queue created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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