Handbook
Glossary
unschedule-event-stream ( event-stream -- )
Vocabulary
core-foundation
.
fsevents
Inputs
event-stream
an
object
Outputs
None
Definition
USING:
core-foundation.run-loop
;
IN:
core-foundation.fsevents
:
unschedule-event-stream
( event-stream -- )
CFRunLoopGetMain
kCFRunLoopCommonModes
FSEventStreamUnscheduleFromRunLoop
;