Skip to content

Commit 6b5a4d2

Browse files
committed
update comment
1 parent 19fca22 commit 6b5a4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Worker interface {
3636
// work items, call `WaitForCompletion`.
3737
Start(ctx context.Context) error
3838

39-
// WaitForCompletion
39+
// WaitForCompletion stops task pollers and waits for active tasks to finish.
4040
WaitForCompletion() error
4141
}
4242

0 commit comments

Comments
 (0)