Handbook
Glossary
CFRunLoopTimerCreate ( allocator fireDate interval flags order callout context -- CFRunLoopTimerRef )
Vocabulary
core-foundation
.
timers
Inputs
allocator
an
object
fireDate
an
object
interval
an
object
flags
an
object
order
an
object
callout
an
object
context
an
object
Outputs
CFRunLoopTimerRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.time
;
IN:
core-foundation.timers
FUNCTION:
CFRunLoopTimerRef
CFRunLoopTimerCreate
(
CFAllocatorRef
allocator,
CFAbsoluteTime
fireDate,
CFTimeInterval
interval,
CFOptionFlags
flags,
CFIndex
order,
CFRunLoopTimerCallBack
callout, CFRunLoopTimerContext*
context )