class Tasko::MemoryEngine
- Tasko::MemoryEngine
- Tasko::Engine
- Reference
- Object
Included Modules
Defined in:
tasko/memory_engine.crConstructors
Instance Method Summary
- #application : Application
- #application? : Application | Nil
- #done? : Bool
- #execute_task(task : Key) : Nil
- #mark_as_completed(task : Key) : Nil
- #prepare(application : Application) : Nil
- #receive_task? : Key | Nil
-
#stats : Array(TaskStats)
Optional
- #store_protocol : Tasko::KVStore::Protocol
- #store_protocol? : Tasko::KVStore::Protocol | Nil
- #submit_changeset(changeset : Changeset, current_task_key : Key | Nil)
- #tasks_dependencies(task : Key) : Array(Key)