Files
rippled/Builds
Howard Hinnant ffe6707595 Refactor Stoppable:
The Stoppable interface aids in the enforcement of invariants needed to
successful start and stop a multi-threaded application composed of classes
that depend on each other in complex ways.
* Test written to confirm the current behavior.
* Comments updated to reflect the current behavior.
* Public API reduced to what is currently in use.
* Protected data members made private.
* volatile bool members changed to std::atomic<bool>.
* std::atomic<int> members changed to std::atomic<bool>.
* Name storage uses std::string
2014-10-31 21:29:16 -07:00
..
2014-03-24 14:07:27 -07:00
2014-06-02 10:27:09 -07:00
2014-05-27 15:23:48 -07:00
2014-10-27 11:49:39 -07:00
2014-10-31 21:29:16 -07:00