You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea taken from https://medium.com/swlh/raft-consensus-protocol-implementations-2b487320a5fc. The code can be simplified if, instead of using a thread-based approach, I used a single event loop. This will allow for the removal of all code dedicated to making sure threads access shared state in a synchronized fashion.
The text was updated successfully, but these errors were encountered:
Idea taken from https://medium.com/swlh/raft-consensus-protocol-implementations-2b487320a5fc. The code can be simplified if, instead of using a thread-based approach, I used a single event loop. This will allow for the removal of all code dedicated to making sure threads access shared state in a synchronized fashion.
The text was updated successfully, but these errors were encountered: