Module: Procrastinator::TaskStore
- Defined in:
- lib/procrastinator/task_store/simple_comma_store.rb
Overview
Task storage strategies.
All task stores must implement the API #read, #create, #update, #delete.
Defined Under Namespace
Classes: SimpleCommaStore