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 2097940 commit cf5d353Copy full SHA for cf5d353
backend/monoprocess/monoprocess.go
@@ -28,7 +28,7 @@ type monoprocessBackend struct {
28
// uses channels to notify the worker every time there is a new task ready to be
29
// worked on. Note that only one worker will be notified.
30
// IMPORTANT: Only use this backend when the backend and worker are running in
31
-// the same process and there is only one worker.
+// the same process.
32
func NewMonoprocessBackend(b backend.Backend) *monoprocessBackend {
33
mb := &monoprocessBackend{
34
Backend: b,
0 commit comments