MCPcopy Create free account
hub / github.com/cloudtty/cloudtty / newQueue

Function newQueue

pkg/workerpool/queue.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func newQueue() *Type {
25 return &Type{dirty: set{}}
26}
27
28type (
29 empty struct{}

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected