jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
35 stars 3 forks source link

Futures #27

Closed jmsadair closed 1 year ago

jmsadair commented 1 year ago

This PR introduces futures. At a high level, a future works as follows:

For testing, the test library had to be adapted to handle this, but the tests remain the same for the most part.