{"id":66353,"library":"parking","title":"parking","description":"Thread parking and unparking primitives for efficient synchronization.","status":"active","version":"2.2.1","language":"rust","source_language":null,"source_url":"https://github.com/smol-rs/parking","tags":["thread","parking","synchronization","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nparking = \"2.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add parking","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Parker","correct":"use parking::Parker;"}],"quickstart":{"code":"use parking::Parker;\n\nfn main() {\n    let parker = Parker::new();\n    println!(\"Parker created\");\n}","lang":"rust","description":"Creates a new thread parker."},"warnings":[],"env_vars":null,"search_vec":"'concurr':13 'effici':8 'park':1,3,11 'primit':6 'synchron':9,12 'thread':2,10 'unpark':5","created_at":"2026-06-17T17:22:32.573759+00:00","updated_at":"2026-06-17T17:22:32.573759+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/smol-rs/parking","github":"https://github.com/smol-rs/parking","docs":"https://docs.rs/parking/","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}}