MCPcopy Create free account
hub / github.com/temporalio/temporal / Add

Method Add

common/tasks/sequential_task_queue.go:10–10  ·  view source on GitHub ↗

Add push a task to the task set

(T)

Source from the content-addressed store, hash-verified

8 ID() any
9 // Add push a task to the task set
10 Add(T)
11 // Remove pop a task from the task set
12 Remove() T
13 // IsEmpty indicate if the task set is empty

Implementers 2

SequentialTaskQueueservice/history/replication/sequential
SequentialBatchableTaskQueueservice/history/replication/sequential

Calls

no outgoing calls