-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make RefreshLoop constructor more generic, create add_member method. (#…
…670) - Allows using different containers in the refreshloop consturctor argument, for example std::vector<>. - Adds an add_member(...) call to the refreshloop API to facilitate dynamically creating the member list. - Modernizes the unit tests infrastructure with fake clock such that the test does not take that much time. === Modernizes the unit tests infrastructure with fake clock such that the test does not take that much time.
- Loading branch information
1 parent
b878ef6
commit 7960363
Showing
2 changed files
with
67 additions
and
15 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