fsevent-rust
fsevent-rust copied to clipboard
Add `FSEventStreamSetDispatchQueue`, clippy fix
FSEventStreamScheduleWithRunLoop was deprecated, and FSEventStreamSetDispatchQueue is the suggested equivalent. dispatch2 was introduced for the dispatch_queue_t type.