Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Apr 15, 2020
1 parent 01d4b29 commit 3f98a07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,7 @@ This implementation of a Worker Pool aims to meet these requirements.
* wait until a finished job becomes available if the WorkPool is still able to produce finished jobs - OK
* E.g. the job queue is not closed
* E.g. the job queue is closed but there are still jobs in progress
* unblock and return nil if the job queue is closed and there are no more jobs in progress

### Optional requirements:
* Have counters for waiting jobs, jobs in progress and jobs finished - OPEN not yet working
* the sum of these must always be correct, e.g. equal all queued jobs if no job has been retrieved - TODO
* unblock and return nil if the job queue is closed and there are no more jobs in progress - OK

### Ideas for future versions:
* make Jobs interruptible - e.g. add interface function "Stop()"
Expand Down

0 comments on commit 3f98a07

Please sign in to comment.