Registry / async / dispatch

dispatch

JSON →
library0.2.0rscratesunverified

Rust wrapper for Apple's Grand Central Dispatch.

asyncutility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use dispatch::Queue;

Dispatches a closure to the main GCD queue.

use dispatch::Queue; fn main() { let queue = Queue::main(); queue.exec_async(|| println!("Hello from GCD")); }
Debug
Known footguns
gotchaOnly works on Apple platforms (macOS, iOS, etc.)
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources