Clio develop
The XRP Ledger API server.
|
Helper class to stop a class asynchronously. More...
#include <StopHelper.hpp>
Public Member Functions | |
void | readyToStop () |
Notify that the class is ready to stop. | |
void | asyncWaitForStop (boost::asio::yield_context yield) |
Wait for the class to stop. | |
Helper class to stop a class asynchronously.
void util::StopHelper::asyncWaitForStop | ( | boost::asio::yield_context | yield | ) |
Wait for the class to stop.
yield | The coroutine context |