Skip to content

Commit

Permalink
Oops, forgot to update the connector interface
Browse files Browse the repository at this point in the history
Signed-off-by: Sandy <[email protected]>
  • Loading branch information
thecsw committed Jul 6, 2023
1 parent ce8d24d commit 2a40fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// when connecting to them and by users to send pools around as well.
type PoolConnector[O any] interface {
// Submit will submit a job to the connected (parent) pool.
Submit(O)
Submit(O) error

// signalForChildren will have a signal go through it when the
// connected (parent) pool is closing, therefore, letting know
Expand Down

0 comments on commit 2a40fda

Please sign in to comment.