{"id":59238,"library":"dispatch","title":"Dispatch","description":"Rust wrapper for Apple's Grand Central Dispatch.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/SSheldon/rust-dispatch","tags":["gcd","apple","dispatch","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndispatch = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add dispatch","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Queue","correct":"use dispatch::Queue;"}],"quickstart":{"code":"use dispatch::Queue;\n\nfn main() {\n    let queue = Queue::main();\n    queue.exec_async(|| println!(\"Hello from GCD\"));\n}","lang":"rust","description":"Dispatches a closure to the main GCD queue."},"warnings":[{"fix":"Use conditional compilation with #[cfg(target_os = \"macos\")] or similar","message":"Only works on Apple platforms (macOS, iOS, etc.)","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'appl':5,11 'central':8 'concurr':13 'dispatch':1,9,12 'gcd':10 'grand':7 'rust':2 'wrapper':3","created_at":"2026-06-16T16:55:21.419137+00:00","updated_at":"2026-06-16T16:55:21.419137+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/SSheldon/rust-dispatch","github":"https://github.com/SSheldon/rust-dispatch","docs":"https://docs.rs/dispatch/","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-16","next_check":"2026-12-13","install_tag":null}}