fsevent-rust icon indicating copy to clipboard operation
fsevent-rust copied to clipboard

Add `FSEventStreamSetDispatchQueue`, clippy fix

Open ldm0 opened this issue 8 months ago • 0 comments

FSEventStreamScheduleWithRunLoop was deprecated, and FSEventStreamSetDispatchQueue is the suggested equivalent. dispatch2 was introduced for the dispatch_queue_t type.

ldm0 avatar Mar 13 '25 15:03 ldm0