class Timer
- Timer
- Reference
- Object
Overview
TODO Write documentation for TimeUtils
Defined in:
time_utils.crConstructors
Class Method Summary
Instance Method Summary
- #at : Time | Time::Span
- #at=(at : Time | Time::Span)
- #block : Proc(Timer, Nil)
- #block=(block : Proc(Timer, Nil))
- #cancel
- #cancelled : Bool
- #cancelled=(cancelled : Bool)
- #cancelled? : Bool
- #recurring : Bool
- #recurring=(recurring : Bool)
- #recurring? : Bool
- #run
- #running : Bool
- #running=(running : Bool)
- #running? : Bool
-
#stop
THe currently running Fiber is NOT stopped! The Proc will not be called anymore