summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-19 18:10:50 +0300
committerValery Piashchynski <[email protected]>2020-10-19 18:10:50 +0300
commit87c57fd2191dbf5ad6a69a0b6e50a01ff8d9cadd (patch)
tree9103dad9fad35f62fecb82f66a9fa48fcc607842 /pool.go
parent6f39542d75d0da1e0ff09906bdd340f855a409af (diff)
Initial implementation of the RPC RR 2.0 plugin
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pool.go b/pool.go
index d9886360..343dedf6 100644
--- a/pool.go
+++ b/pool.go
@@ -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.