summaryrefslogtreecommitdiff
path: root/supervisor_pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor_pool.go')
-rwxr-xr-xsupervisor_pool.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor_pool.go b/supervisor_pool.go
index 0293ab8b..5dca3c22 100755
--- a/supervisor_pool.go
+++ b/supervisor_pool.go
@@ -13,6 +13,7 @@ const MB = 1024 * 1024
type SupervisedPool interface {
Pool
+ // Start used to start watching process for all pool workers
Start()
}