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 19fca22 commit 6b5a4d2Copy full SHA for 6b5a4d2
worker/worker.go
@@ -36,7 +36,7 @@ type Worker interface {
36
// work items, call `WaitForCompletion`.
37
Start(ctx context.Context) error
38
39
- // WaitForCompletion
+ // WaitForCompletion stops task pollers and waits for active tasks to finish.
40
WaitForCompletion() error
41
}
42
0 commit comments