diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-structr/queue_ctx.go')
-rw-r--r-- | vendor/codeberg.org/gruf/go-structr/queue_ctx.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/codeberg.org/gruf/go-structr/queue_ctx.go b/vendor/codeberg.org/gruf/go-structr/queue_ctx.go index 5431b8947..1dac46349 100644 --- a/vendor/codeberg.org/gruf/go-structr/queue_ctx.go +++ b/vendor/codeberg.org/gruf/go-structr/queue_ctx.go @@ -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. |