class Tasker
Included Modules
Extended Modules
Defined in:
tasker.cr
tasker/pipeline.cr
tasker/timeout.cr
Constant Summary
-
Log =
::Log.for("tasker")
Constructors
Instance methods inherited from module Tasker::Methods
at(time : Time, &callback : -> _) : Tasker::OneShot
at,
cron(line : String, timezone = Time::Location.local, &callback : -> _) : Tasker::CRON
cron,
every(span : Time::Span, &callback : -> _) : Tasker::Repeat
every,
in(span : Time::Span, &callback : -> _) : Tasker::OneShot
in,
timeout(period : Time::Span, same_thread : Bool = true, &callback : -> _)
timeout
Constructor Detail