DeadlineTimer::Listener
for a deadline timer.
class Listener
Name |
Description |
---|---|
Entry point called by DeadlineTimer when a deadline elapses. |
The listener is called on an auxiliary thread. It is suggested not to perform any time consuming operations during the call.
#include <ripple/core/DeadlineTimer.h>