//
pkg.gl
Category
github.com/datawire/ambassador/v2
cmd
entrypoint
internal
testqueue
package
2.5.1
Repository:
https://github.com/datawire/ambassador.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
97 SLOC
#
Functions
NewQueue
NewQueue constructs a new queue with the supplied timeout.
#
Structs
Queue
The Queue struct implements a multi-writer/multi-reader concurrent queue where the dequeue operation (the Get() method) takes a predicate that allows it to skip past queue entries until it finds one that satisfies the specified predicate.