Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/flant/shell-operator
/ AddFirst
Method
AddFirst
pkg/task/queue/task_queue_benchmark_test.go:84–84 ·
view source on GitHub ↗
(tasks ...task.Task)
Source
from the content-addressed store, hash-verified
82
type
Queue
interface
{
83
AddLast(tasks ...task.Task)
84
AddFirst(tasks ...task.Task)
85
GetFirst() task.Task
86
RemoveFirst() task.Task
87
Get(id string) task.Task
Callers
4
AddFirst
Method · 0.65
TestTaskStorage_BasicOperations
Function · 0.65
benchmarkAddFirst
Function · 0.65
fillQueue
Function · 0.65
Implementers
2
TaskQueue
pkg/task/queue/task_queue.go
TaskStorage
pkg/task/queue/task_storage.go
Calls
no outgoing calls
Tested by
3
TestTaskStorage_BasicOperations
Function · 0.52
benchmarkAddFirst
Function · 0.52
fillQueue
Function · 0.52