Commit Graph

3 Commits (16cdfbd5f04e74665d93e66ff3990c5e16e56431)

Author SHA1 Message Date
Michael 16cdfbd5f0
clang-tidy modernize pass 5 years ago
Michael d1990b5e93
Fix suspicious thread-unsafety 5 years ago
Thomas Winget baf8019fe5 Refactor Router code into more classes
This commit refactors functionality from the Router class into separate,
dedicated classes.
There are a few behavior changes that came as a result of discussion on
what the correct behavior should be.
In addition, many things Router was previously doing can now be provided
callback functions to alert the calling point when the asynchronous
action completes, successfully or otherwise.
5 years ago