-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate thread safety to RCLConsensus (RIPD-1389):
Moves thread saftey from generic Consensus to RCLConsensus. RCLConsensus uses a lock to control all calls into the consensus code. The adaptor class now maintains atomic versions of status information that can be accessed by NetworkOPs concurrently with the main consensus calls.
- Loading branch information
Showing
10 changed files
with
311 additions
and
203 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
Oops, something went wrong.