diff options
author | Valery Piashchynski <[email protected]> | 2020-10-27 16:01:31 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-27 16:01:31 +0300 |
commit | ac5a89d63dbed7e0318c7e70ec1b0fa9c98c198a (patch) | |
tree | fe0d5674a7e011f2a5f1c4d117503c978f509546 /supervisor_pool.go | |
parent | c9af916ae4d78334d348ed1ef7238206f3ecb7a1 (diff) |
Merge changes, pool comments add
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() } |