Skip to content

Commit cf5d353

Browse files
committed
remove comment about number of workers
1 parent 2097940 commit cf5d353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/monoprocess/monoprocess.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type monoprocessBackend struct {
2828
// uses channels to notify the worker every time there is a new task ready to be
2929
// worked on. Note that only one worker will be notified.
3030
// IMPORTANT: Only use this backend when the backend and worker are running in
31-
// the same process and there is only one worker.
31+
// the same process.
3232
func NewMonoprocessBackend(b backend.Backend) *monoprocessBackend {
3333
mb := &monoprocessBackend{
3434
Backend: b,

0 commit comments

Comments
 (0)