Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
executeTask
Method · 0.65
drainTasks
Method · 0.65
dequeueLocked
Method · 0.65
Forget
Method · 0.65
createSocket
Method · 0.65
Implementers
2
SequentialTaskQueue
service/history/replication/sequential
SequentialBatchableTaskQueue
service/history/replication/sequential
Calls
no outgoing calls
Tested by
1
createSocket
Method · 0.52