Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tasker
v2.1.4
Tasker
CRON
Future
Methods
OneShot
Pipeline
Processor
Repeat
RepeatingTask
Subscription
Task
Timeout
TimeoutHander
Timer
Built with Crystal 1.9.2
2023-10-08 05:37:26 UTC
class
Timer
Timer
Reference
Object
Defined in:
tasker/timer.cr
Constructors
.new
(sleep_for : Float64, &callback : -> _)
Instance Method Summary
#cancel
: Nil
#start_timer
: Nil
Constructor Detail
def self.
new
(sleep_for : Float64, &callback : -> _)
#
[
View source
]
Instance Method Detail
def
cancel
: Nil
#
[
View source
]
def
start_timer
: Nil
#
[
View source
]