diff options
author | Wolfy-J <[email protected]> | 2019-01-05 13:35:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-05 13:35:58 +0300 |
commit | 04f7ac73c477938b7390ec6ec101d0e4bcc8cd80 (patch) | |
tree | 361c8cd8a00824d0b2e5003c6a5978f630c20469 /pool.go | |
parent | 46009112a783a1fdae95e0a061d4c8c41a1c8ff1 (diff) |
second set of patches
Diffstat (limited to 'pool.go')
-rw-r--r-- | pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ const ( // Pool managed set of inner worker processes. type Pool interface { - // AddListener all caused events to attached watcher. + // Listen all caused events to attached watcher. Listen(l func(event int, ctx interface{})) // Exec one task with given payload and context, returns result or error. |