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

Method Remove

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

Remove pop a task from the task set

()

Source from the content-addressed store, hash-verified

10 Add(T)
11 // Remove pop a task from the task set
12 Remove() T
13 // IsEmpty indicate if the task set is empty
14 IsEmpty() bool
15 // Len return the size of the queue

Callers 5

executeTaskMethod · 0.65
drainTasksMethod · 0.65
dequeueLockedMethod · 0.65
ForgetMethod · 0.65
createSocketMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

createSocketMethod · 0.52