Skip to content

Commit

Permalink
Update README.md (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Mar 29, 2019
1 parent 8a77bed commit 2fff3f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ None - the library is implemented using core Java libraries.
- Always limit the level of parallelism [(source)](https://mechanical-sympathy.blogspot.com/2012/05/apply-back-pressure-when-overloaded.html)
- An unused `ExecutorService` should be shut down to allow reclamation of its resources

### Limitations

- short-circuiting after encountering an exception doesn't actually kill background tasks
- the processing starts after the whole stream is buffered

## Version history

### [0.1.2](https://github.com/pivovarit/parallel-collectors/releases/tag/0.1.2) (26-03-2019)
Expand Down

0 comments on commit 2fff3f9

Please sign in to comment.