Registry / async / async-notify

async-notify

JSON →
library0.3.4rscratesunverified

A general-purpose async Notify primitive that works with any async runtime, similar to tokio's Notify.

# Cargo.toml [dependencies] async-notify = "0.3.4"
INSTALL
IMPORT
SIG · ASYNC-NOTIFY
A
async-notify
asyncrustv0.3.4
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.

Notify
use async_notify::Notify;

Creates an async Notify and waits for notification

use async_notify::Notify; #[tokio::main] async fn main() { let notify = Notify::new(); let notified = notify.notified(); // ... }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
async-notify — cargo add async-notify · libregistry