Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ IsEmpty
Method
IsEmpty
common/tasks/sequential_task_queue.go:14–14 ·
view source on GitHub ↗
IsEmpty indicate if the task set is empty
()
Source
from the content-addressed store, hash-verified
12
Remove() T
13
// IsEmpty indicate if the task set is empty
14
IsEmpty() bool
15
// Len return the size of the queue
16
Len() int
17
}
Callers
2
processTaskQueue
Method · 0.65
drainTasks
Method · 0.65
Implementers
2
SequentialTaskQueue
service/history/replication/sequential
SequentialBatchableTaskQueue
service/history/replication/sequential
Calls
no outgoing calls
Tested by
no test coverage detected