We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f079ad commit 3b696d4Copy full SHA for 3b696d4
queue.go
@@ -10,8 +10,8 @@ import (
10
"time"
11
)
12
13
-// ErrQueueShutdown close the queue.
14
-var ErrQueueShutdown = errors.New("queue has been closed")
+// ErrQueueShutdown the queue is released and closed.
+var ErrQueueShutdown = errors.New("queue has been closed and released")
15
16
// TaskFunc is the task function
17
type TaskFunc func(context.Context) error
0 commit comments