Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tasko
master
Tasko
Application
Changeset
AddDependency
CreateTask
Context
Engine
JSONTaskSerialization
Key
KVStore
List
Set
Value
MemoryEngine
KVStoreProtocol
MemoryTask
State
NaivePollingScheduler
RedisEngine
KVStoreProtocol
TaskDescriptor
TaskStats
UUIDTaskKeys
Built with Crystal 1.9.2
2023-10-08 10:56:01 UTC
class
Tasko::Changeset
Tasko::Changeset
Reference
Object
Defined in:
tasko/changeset.cr
Constructors
.new
(application : Application)
Instance Method Summary
#add_dependency
(task : Key, *, requires : Key) : Nil
#create_task
(name : String, data : D) : Key forall D
Constructor Detail
def self.
new
(application :
Application
)
#
[
View source
]
Instance Method Detail
def
add_dependency
(task :
Key
, *, requires :
Key
) : Nil
#
[
View source
]
def
create_task
(name : String, data : D) :
Key
forall D
#
[
View source
]