diff options
Diffstat (limited to 'static_pool.go')
-rw-r--r-- | static_pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go index faa2b696..a04190dd 100644 --- a/static_pool.go +++ b/static_pool.go @@ -197,7 +197,7 @@ func (p *StaticPool) createWorker() (*Worker, error) { return nil, err } - p.throw(EventWorkerCreate, w) + p.throw(EventWorkerConstruct, w) go func(w *Worker) { err := w.Wait() |