diff options
author | Valery Piashchynski <[email protected]> | 2020-10-19 14:06:26 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-19 14:06:26 +0300 |
commit | 6f39542d75d0da1e0ff09906bdd340f855a409af (patch) | |
tree | 31415f9fd08ccb52452407086c103c06532b64a4 | |
parent | 563d8b4a2f4e1553028098cc95e209a2a37c18e9 (diff) |
Add some commentsv2.0.0-alpha13
-rw-r--r-- | pool.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ type Pool interface { // Exec one task with given payload and context, returns result or error. ExecWithContext(ctx context.Context, rqs Payload) (Payload, error) + // Exec Exec(rqs Payload) (Payload, error) // Workers returns worker list associated with the pool. |