diff options
Diffstat (limited to 'supervisor_pool.go')
-rwxr-xr-x | supervisor_pool.go | 1 |
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() } |