Skip to content

Commit

Permalink
Issue LMAX-Exchange#323 - WorkerPool and WorkProcessor have been …
Browse files Browse the repository at this point in the history
…removed, no more `Disruptor::handleEventsWithWorkerPool`
  • Loading branch information
Palmr committed Nov 18, 2020
1 parent 3530a12 commit d8b3a8f
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1,798 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

- Breaking Changes
- Minimum Java version now 11
- `WorkerPool::halt` and `WorkerPool::drainAndHalt` will now permanently halt the `WorkerPool`
- `WorkProcessor::halt` and `WorkProcessor::haltLater` will now permanently halt the `WorkProcessor`
- Issue #323 - `WorkerPool` and `WorkProcessor` have been removed, no more `Disruptor::handleEventsWithWorkerPool`

## 3.4.2

Expand Down
8 changes: 0 additions & 8 deletions src/main/java/com/lmax/disruptor/RunState.java

This file was deleted.

234 changes: 0 additions & 234 deletions src/main/java/com/lmax/disruptor/WorkProcessor.java

This file was deleted.

0 comments on commit d8b3a8f

Please sign in to comment.