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
struct
Tasker::TimeoutHander(Output)
Tasker::TimeoutHander(Output)
Struct
Value
Object
Defined in:
tasker/timeout.cr
Constructors
.new
(period : Time::Span, same_thread : Bool =
true
, &callback : -> Output)
Instance Method Summary
#execute!
Constructor Detail
def self.
new
(period : Time::Span, same_thread : Bool =
true
, &callback : -> Output)
#
[
View source
]
Instance Method Detail
def
execute!
#
[
View source
]