summaryrefslogtreecommitdiff
path: root/static_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 /static_pool.go
parent457ec8eac0f5267e61871de87c3f4daa9f595be0 (diff)
testing watchers
Diffstat (limited to 'static_pool.go')
-rw-r--r--static_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go
index eae9e8a2..d81ef7e2 100644
--- a/static_pool.go
+++ b/static_pool.go
@@ -114,7 +114,7 @@ func (p *StaticPool) Workers() (workers []*Worker) {
return workers
}
-// Remove forces pool to destroy specific worker.
+// Remove forces pool to remove specific worker.
func (p *StaticPool) Remove(w *Worker, err error) {
if w.State().Value() != StateReady && w.State().Value() != StateWorking {
// unable to remove inactive worker