summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-03 13:08:49 +0300
committerWolfy-J <[email protected]>2019-05-03 13:08:49 +0300
commit1e38f34d0d4bca699bd2025dddeb6c66587b3246 (patch)
tree5fff0a61ca85e35d08623ccb6e8148491d39aa3f /pool.go
parent457ec8eac0f5267e61871de87c3f4daa9f595be0 (diff)
testing watchers
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pool.go b/pool.go
index 2e59e154..13e99fa8 100644
--- a/pool.go
+++ b/pool.go
@@ -31,7 +31,7 @@ type Pool interface {
// Workers returns worker list associated with the pool.
Workers() (workers []*Worker)
- // Remove forces pool to destroy specific worker.
+ // Remove forces pool to remove specific worker.
Remove(w *Worker, err error)
// Destroy all underlying workers (but let them to complete the task).