summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-12 20:45:24 +0300
committerWolfy-J <[email protected]>2018-06-12 20:45:24 +0300
commit99c1121d8fd31b7b61b6c22e181dc3c05a3f9f82 (patch)
tree25e6baf4eaf4e4ebd37c2431e485dfe3f4e3ac11 /worker.go
parentf8d8e9a55d31c6ee98b1f292e49b31b474883a4f (diff)
static pool logic update, better watching techniques
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.go b/worker.go
index 811bda5f..bbb541c8 100644
--- a/worker.go
+++ b/worker.go
@@ -109,6 +109,7 @@ func (w *Worker) Wait() error {
w.cmd.Wait()
}
+ // todo: is it ok?
if w.endState.Success() {
w.state.set(StateStopped)
return nil