Handbook
Glossary
stop-timer ( timer -- )
Timers
Prev:
restart-timer ( timer -- )
Next:
every ( quot interval-duration -- timer )
Vocabulary
timers
Inputs
timer
a
timer
Outputs
None
Word description
Prevents a timer from calling its quotation again. Has no effect on timers that are not currently running.
Definition
USING:
accessors
timers.private
;
IN:
timers
:
stop-timer
( timer -- )
[
f
]
change-thread
?interrupt
;