{"id":75328,"library":"async-notify","title":"Async Notify","description":"A general-purpose async Notify primitive that works with any async runtime, similar to tokio's Notify.","status":"active","version":"0.3.4","language":"rust","source_language":null,"source_url":"https://github.com/Sherlock-Holo/async-notify","tags":["async","notify","synchronization","runtime-agnostic"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nasync-notify = \"0.3.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add async-notify","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Notify","correct":"use async_notify::Notify;"}],"quickstart":{"code":"use async_notify::Notify;\n\n#[tokio::main]\nasync fn main() {\n    let notify = Notify::new();\n    let notified = notify.notified();\n    // ...\n}","lang":"rust","description":"Creates an async Notify and waits for notification"},"warnings":[],"env_vars":null,"search_vec":"'agnost':26 'async':1,7,14,21 'general':5 'general-purpos':4 'notifi':2,8,20,22 'primit':9 'purpos':6 'runtim':15,25 'runtime-agnost':24 'similar':16 'synchron':23 'tokio':18 'work':11","created_at":"2026-06-17T19:15:22.583144+00:00","updated_at":"2026-06-17T19:15:22.583144+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Sherlock-Holo/async-notify","github":"https://github.com/Sherlock-Holo/async-notify","docs":"https://docs.rs/async-notify/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}