mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update go-structr to v0.8.8 (#3199)
This commit is contained in:
2
vendor/codeberg.org/gruf/go-structr/queue_ctx.go
generated
vendored
2
vendor/codeberg.org/gruf/go-structr/queue_ctx.go
generated
vendored
@ -6,8 +6,8 @@ import (
|
||||
|
||||
// QueueCtx is a context-aware form of Queue{}.
|
||||
type QueueCtx[StructType any] struct {
|
||||
Queue[StructType]
|
||||
ch chan struct{}
|
||||
Queue[StructType]
|
||||
}
|
||||
|
||||
// PopFront pops the current value at front of the queue, else blocking on ctx.
|
||||
|
Reference in New Issue
Block a user