Skip to content

Commit

Permalink
Added JobsSucceeded readme line
Browse files Browse the repository at this point in the history
Signed-off-by: Sandy <[email protected]>
  • Loading branch information
thecsw committed Mar 20, 2023
1 parent dc58424 commit 244ce6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Some other quality of life operations are also provided,
- `IsClosed()` will return true if the pool has gracefully shutdown.
- `JobsCompleted()` will return the number of jobs this pool has completed.
- `JobsWaiting()` will return the number of jobs waiting in queue and currently in-work.
- `JobsSucceeded()` will return the number of jobs completed with a non-nil errors.
- `Name()` will return the pool's name (defaults to `Komi 🍡 `).

## Settings
Expand Down

0 comments on commit 244ce6c

Please sign in to comment.