summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-13 20:22:06 +0300
committerWolfy-J <[email protected]>2018-06-13 20:22:06 +0300
commit87fff670cc5a446f4c396c30d330ce7958e9f40f (patch)
tree4a6b39b015a4ca8a49b0a3cd4874a3a2d0f9446f /pool.go
parent1073eae0a28c6c4603763e79437891e6acdcc988 (diff)
additional event
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pool.go b/pool.go
index 121967c5..30c30dfa 100644
--- a/pool.go
+++ b/pool.go
@@ -13,6 +13,9 @@ const (
// EventWorkerError thrown any worker related even happen (passed with WorkerError)
EventWorkerError
+ // EventWorkerDead thrown when worker stops worker for any reason.
+ EventWorkerDead
+
// EventPoolError caused on pool wide errors
EventPoolError
)