summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pool.go b/pool.go
index 7abfe7b2..4c9f0b26 100644
--- a/pool.go
+++ b/pool.go
@@ -95,6 +95,7 @@ func (p *Pool) Exec(rqs *Payload) (rsp *Payload, err error) {
return nil, errors.Wrap(err, "unable to allocate worker")
}
+ //todo: timeout
rsp, err = w.Exec(rqs)
if err != nil {