Handbook
Glossary
schedule-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
:
schedule-event-stream
( event-stream -- )
CFRunLoopGetMain
kCFRunLoopCommonModes
FSEventStreamScheduleWithRunLoop
;