-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor wait strategies and sequence barriers (breaking change)
- Replace IWaitStrategy by ISequenceWaitStrategy and ISequenceWaiter - Wait strategies now create dedicated waiters for each event processor - Sequence barriers are now simpler and ISequenceBarrierOptions is removed - Sequence barriers no longer wait for published sequences by default - Disruptors now create dedicated sequence barriers for each event processor
- Loading branch information
Showing
96 changed files
with
1,415 additions
and
1,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.