Tasko::Application
Inherits Reference / Object
Constructors
new(engine : Engine = MemoryEngine.new)
SourceInstance methods
define_task(name : String, body : Proc(D, Context, Nil)) forall D
Sourceengine
Sourcerun(exit_on_done : Bool = false)
Sourceschedule_task(name : String, data : D) : Key forall D
Source