{"id":74402,"library":"mpsc","title":"MPSC","description":"Multi-producer, single-consumer channel for Rust.","status":"active","version":"0.2.6","language":"rust","source_language":null,"source_url":"https://github.com/try-box/rust-box","tags":["mpsc","channel","concurrency","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nmpsc = \"0.2.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add mpsc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"channel","correct":"use mpsc::channel;"}],"quickstart":{"code":"use mpsc::channel;\n\nfn main() {\n    let (tx, rx) = channel::<i32>();\n    tx.send(42).unwrap();\n    println!(\"{:?}\", rx.recv());\n}","lang":"rust","description":"Sends and receives a message via MPSC channel."},"warnings":[],"env_vars":null,"search_vec":"'async':14 'channel':8,12 'concurr':13 'consum':7 'mpsc':1,11 'multi':3 'multi-produc':2 'produc':4 'rust':10 'singl':6 'single-consum':5","created_at":"2026-06-17T19:03:07.514967+00:00","updated_at":"2026-06-17T19:03:07.514967+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/try-box/rust-box/tree/main/mpsc","github":"https://github.com/try-box/rust-box","docs":"https://docs.rs/mpsc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async"],"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}}