diff options
author | Valery Piashchynski <[email protected]> | 2020-10-19 18:10:50 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-19 18:10:50 +0300 |
commit | 87c57fd2191dbf5ad6a69a0b6e50a01ff8d9cadd (patch) | |
tree | 9103dad9fad35f62fecb82f66a9fa48fcc607842 /pool.go | |
parent | 6f39542d75d0da1e0ff09906bdd340f855a409af (diff) |
Initial implementation of the RPC RR 2.0 plugin
Diffstat (limited to 'pool.go')
-rw-r--r-- | pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +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 Exec(rqs Payload) (Payload, error) // Workers returns worker list associated with the pool. |