René's URL Explorer Experiment


Title: flexqueue package - github.com/gregtzar/flexqueue - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/gregtzar/flexqueue#main-content
Why Go https://pkg.go.dev/github.com/gregtzar/flexqueue
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/gregtzar/flexqueue
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/gregtzar/flexqueue
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/gregtzar/flexqueue
Why Go https://pkg.go.dev/github.com/gregtzar/flexqueue
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/gregtzar/flexqueue
Docs https://pkg.go.dev/github.com/gregtzar/flexqueue
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/gregtzar/flexqueue
Community https://pkg.go.dev/github.com/gregtzar/flexqueue
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/gregtzar/flexqueue https://pkg.go.dev/github.com/gregtzar/flexqueue@v1.0.0
https://go.dev/
Version: v1.0.0 https://pkg.go.dev/github.com/gregtzar/flexqueue?tab=versions
Go to latest https://pkg.go.dev/github.com/gregtzar/flexqueue
MIThttps://pkg.go.dev/github.com/gregtzar/flexqueue?tab=licenses
Imports: 3 https://pkg.go.dev/github.com/gregtzar/flexqueue?tab=imports
Imported by: 0 https://pkg.go.dev/github.com/gregtzar/flexqueue?tab=importedby
go.modhttps://github.com/gregtzar/flexqueue/tree/v1.0.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/gregtzar/flexqueue https://github.com/gregtzar/flexqueue
Open Source Insights https://deps.dev/go/github.com%2Fgregtzar%2Fflexqueue/v1.0.0
README https://pkg.go.dev/github.com/gregtzar/flexqueue#section-readme
flexqueue https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-flexqueue
Documentation https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-documentation
Design Considerations https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-design-considerations
FlexList https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-flexlist
FlexQueue https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-flexqueue-1
FIFI/LIFO https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-fifi-lifo
De-Duplication https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-de-duplication
TTL https://pkg.go.dev/github.com/gregtzar/flexqueue#readme-ttl
Documentation https://pkg.go.dev/github.com/gregtzar/flexqueue#section-documentation
Index https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-index
Constants https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-constants
Variables https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-variables
Functions https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-functions
Types https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-types
type FlexList https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
NewFlexList() https://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexList
(l) Has(index) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Has
(l) Len() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Len
(l) Pull(index) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Pull
(l) PullBack() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullBack
(l) PullFront() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullFront
(l) PushBack(index, item) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushBack
(l) PushFront(index, item) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushFront
(l) Read(index) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Read
(l) ReadBack() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadBack
(l) ReadFront() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadFront
(l) Remove(index) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Remove
(l) Update(index, item) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Update
type FlexQueue https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
NewFlexQueue() https://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexQueue
(q) Has(digest) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Has
(q) IsEmpty() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsEmpty
(q) IsFull() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsFull
(q) Len() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Len
(q) Max() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Max
(q) Prune() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Prune
(q) Pull(digest) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Pull
(q) PullBack() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullBack
(q) PullFront() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullFront
(q) PushBack(digest, message) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBack
(q) PushBackTTL(digest, message, ttl, callback) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBackTTL
(q) PushFront(digest, message) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFront
(q) PushFrontTTL(digest, message, ttl, callback) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFrontTTL
(q) Read(digest) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Read
(q) ReadBack() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadBack
(q) ReadFront() https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadFront
(q) Remove(digest) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Remove
(q) SetMax(max) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.SetMax
(q) Update(digest, message) https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Update
type ItemWrapper https://pkg.go.dev/github.com/gregtzar/flexqueue#ItemWrapper
type TTL https://pkg.go.dev/github.com/gregtzar/flexqueue#TTL
NewTTL(ttl, callback) https://pkg.go.dev/github.com/gregtzar/flexqueue#NewTTL
(ttl) Expired() https://pkg.go.dev/github.com/gregtzar/flexqueue#TTL.Expired
Source Files https://pkg.go.dev/github.com/gregtzar/flexqueue#section-sourcefiles
https://pkg.go.dev/github.com/gregtzar/flexqueue#section-readme
Go Package API Docshttps://pkg.go.dev/github.com/gregtzar/flexqueue
https://pkg.go.dev/github.com/gregtzar/flexqueue#section-documentation
https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-index
Constantshttps://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-constants
type FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
func NewFlexList() *FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexList
func (l *FlexList) Has(index string) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Has
func (l *FlexList) Len() inthttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Len
func (l *FlexList) Pull(index string) (interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Pull
func (l *FlexList) PullBack() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullBack
func (l *FlexList) PullFront() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullFront
func (l *FlexList) PushBack(index string, item interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushBack
func (l *FlexList) PushFront(index string, item interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushFront
func (l *FlexList) Read(index string) (interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Read
func (l *FlexList) ReadBack() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadBack
func (l *FlexList) ReadFront() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadFront
func (l *FlexList) Remove(index string) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Remove
func (l *FlexList) Update(index string, item interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Update
type FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
func NewFlexQueue() *FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexQueue
func (q *FlexQueue) Has(digest string) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Has
func (q *FlexQueue) IsEmpty() boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsEmpty
func (q *FlexQueue) IsFull() boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsFull
func (q *FlexQueue) Len() inthttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Len
func (q *FlexQueue) Max() inthttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Max
func (q *FlexQueue) Prune() boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Prune
func (q *FlexQueue) Pull(digest string) (interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Pull
func (q *FlexQueue) PullBack() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullBack
func (q *FlexQueue) PullFront() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullFront
func (q *FlexQueue) PushBack(digest string, message interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBack
func (q *FlexQueue) PushBackTTL(digest string, message interface{}, ttl time.Duration, ...) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBackTTL
func (q *FlexQueue) PushFront(digest string, message interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFront
func (q *FlexQueue) PushFrontTTL(digest string, message interface{}, ttl time.Duration, ...) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFrontTTL
func (q *FlexQueue) Read(digest string) (interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Read
func (q *FlexQueue) ReadBack() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadBack
func (q *FlexQueue) ReadFront() (string, interface{}, bool)https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadFront
func (q *FlexQueue) Remove(digest string) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Remove
func (q *FlexQueue) SetMax(max int) *FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.SetMax
func (q *FlexQueue) Update(digest string, message interface{}) boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Update
type ItemWrapperhttps://pkg.go.dev/github.com/gregtzar/flexqueue#ItemWrapper
type TTLhttps://pkg.go.dev/github.com/gregtzar/flexqueue#TTL
func NewTTL(ttl time.Duration, callback func(digest string, message interface{})) *TTLhttps://pkg.go.dev/github.com/gregtzar/flexqueue#NewTTL
func (ttl *TTL) Expired() boolhttps://pkg.go.dev/github.com/gregtzar/flexqueue#TTL.Expired
https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-constants
View Sourcehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L8
https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-variables
https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-functions
https://pkg.go.dev/github.com/gregtzar/flexqueue#pkg-types
FlexListhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L8
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
NewFlexListhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L14
https://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexList
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
Hashttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L186
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Has
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Lenhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L192
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Len
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
inthttps://pkg.go.dev/builtin#int
Pullhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L98
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Pull
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PullBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L83
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullBack
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PullFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L67
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PullFront
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L48
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushBack
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L31
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.PushFront
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Readhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L142
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Read
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
ReadBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L128
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadBack
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
ReadFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L113
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.ReadFront
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Removehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L173
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Remove
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Updatehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L156
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList.Update
FlexListhttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexList
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
FlexQueuehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L15
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
synchttps://pkg.go.dev/sync
RWMutexhttps://pkg.go.dev/sync#RWMutex
NewFlexQueuehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L44
https://pkg.go.dev/github.com/gregtzar/flexqueue#NewFlexQueue
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
Hashttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L377
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Has
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
IsEmptyhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L417
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsEmpty
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
boolhttps://pkg.go.dev/builtin#bool
IsFullhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L408
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.IsFull
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
boolhttps://pkg.go.dev/builtin#bool
Lenhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L390
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Len
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
inthttps://pkg.go.dev/builtin#int
Maxhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L400
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Max
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
inthttps://pkg.go.dev/builtin#int
Prunehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L338
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Prune
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
boolhttps://pkg.go.dev/builtin#bool
Pullhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L160
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Pull
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PullBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L192
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullBack
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PullFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L178
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PullFront
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L77
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBack
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushBackTTLhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L126
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushBackTTL
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
timehttps://pkg.go.dev/time
Durationhttps://pkg.go.dev/time#Duration
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L64
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFront
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
PushFrontTTLhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L115
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.PushFrontTTL
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
timehttps://pkg.go.dev/time
Durationhttps://pkg.go.dev/time#Duration
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Readhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L232
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Read
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
ReadBackhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L264
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadBack
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
ReadFronthttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L250
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.ReadFront
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Removehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L317
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Remove
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
SetMaxhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L52
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.SetMax
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
inthttps://pkg.go.dev/builtin#int
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
Updatehttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L303
https://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue.Update
FlexQueuehttps://pkg.go.dev/github.com/gregtzar/flexqueue#FlexQueue
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
ItemWrapperhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go#L22
https://pkg.go.dev/github.com/gregtzar/flexqueue#ItemWrapper
TTLhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L23
https://pkg.go.dev/github.com/gregtzar/flexqueue#TTL
timehttps://pkg.go.dev/time
Timehttps://pkg.go.dev/time#Time
stringhttps://pkg.go.dev/builtin#string
NewTTLhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L35
https://pkg.go.dev/github.com/gregtzar/flexqueue#NewTTL
timehttps://pkg.go.dev/time
Durationhttps://pkg.go.dev/time#Duration
stringhttps://pkg.go.dev/builtin#string
TTLhttps://pkg.go.dev/github.com/gregtzar/flexqueue#TTL
Expiredhttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go#L30
https://pkg.go.dev/github.com/gregtzar/flexqueue#TTL.Expired
TTLhttps://pkg.go.dev/github.com/gregtzar/flexqueue#TTL
boolhttps://pkg.go.dev/builtin#bool
https://pkg.go.dev/github.com/gregtzar/flexqueue#section-sourcefiles
View all Source fileshttps://github.com/gregtzar/flexqueue/tree/v1.0.0
flexlist.gohttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexlist.go
flexqueue.gohttps://github.com/gregtzar/flexqueue/blob/v1.0.0/flexqueue.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.