Handbook
Glossary
<CFTimer> ( interval callback -- timer )
Vocabulary
core-foundation
.
timers
Inputs
interval
an
object
callback
an
object
Outputs
timer
an
object
Definition
USING:
calendar.unix
core-foundation.time
;
IN:
core-foundation.timers
::
<CFTimer>
( interval callback -- timer )
f
system-micros
>CFAbsoluteTime
interval 0 0 callback
f
CFRunLoopTimerCreate
;