{"id":65415,"library":"multiqueue","title":"Multiqueue","description":"A fast multiple-producer multiple-consumer broadcast queue.","status":"active","version":"0.3.2","language":"rust","source_language":null,"source_url":"https://github.com/schets/multiqueue","tags":["queue","mpmc","broadcast","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nmultiqueue = \"0.3.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add multiqueue","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"BroadcastQueue","correct":"use multiqueue::BroadcastQueue;"}],"quickstart":{"code":"use multiqueue::BroadcastQueue;\n\nfn main() {\n    let (tx, rx) = BroadcastQueue::new(10);\n    tx.send(42).unwrap();\n    if let Some(val) = rx.recv() {\n        println!(\"Received: {}\", val);\n    }\n}","lang":"rust","description":"Create a broadcast queue and send/receive a message."},"warnings":[],"env_vars":null,"search_vec":"'broadcast':10,14 'concurr':15 'consum':9 'fast':3 'mpmc':13 'multipl':5,8 'multiple-consum':7 'multiple-produc':4 'multiqueu':1 'produc':6 'queue':11,12","created_at":"2026-06-17T17:09:59.550103+00:00","updated_at":"2026-06-17T17:09:59.550103+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/schets/multiqueue","github":"https://github.com/schets/multiqueue","docs":"https://docs.rs/multiqueue/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","networking"],"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}}