Provides periodic or one time notifications at a specified time interval.
class DeadlineTimer : public beast::List::Node< DeadlineTimer >
Name |
Description |
---|---|
DeadlineTimer clock. |
|
DeadlineTimer duration. |
|
Listener for a deadline timer. |
|
DeadlineTimer time_point. |
Name |
Description |
---|---|
Create a deadline timer with the specified listener attached. |
|
Cancel all notifications. |
|
Inequality comparison. |
|
Equality comparison. |
|
Set the timer to go off once in the future. |
|
Set the timer to go off repeatedly with the specified period. |
|
Destructor. |
#include <ripple/core/DeadlineTimer.h>