diff options
author | Wolfy-J <[email protected]> | 2019-05-03 13:08:49 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 13:08:49 +0300 |
commit | 1e38f34d0d4bca699bd2025dddeb6c66587b3246 (patch) | |
tree | 5fff0a61ca85e35d08623ccb6e8148491d39aa3f /pool.go | |
parent | 457ec8eac0f5267e61871de87c3f4daa9f595be0 (diff) |
testing watchers
Diffstat (limited to 'pool.go')
-rw-r--r-- | pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |