class

Tasko::Application

Inherits Reference / Object

Constructors

new(engine : Engine = MemoryEngine.new)
Source

Instance methods

define_task(name : String, body : Proc(D, Context, Nil)) forall D
Source
engine
Source
run(exit_on_done : Bool = false)
Source
schedule_task(name : String, data : D) : Key forall D
Source