diff options
Diffstat (limited to 'pool.go')
-rw-r--r-- | pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ type Pool interface { Exec(ctx context.Context, rqs Payload) (Payload, error) // Workers returns worker list associated with the pool. - Workers(ctx context.Context) (workers []WorkerBase) + Workers() (workers []WorkerBase) RemoveWorker(ctx context.Context, worker WorkerBase) error |