PrevUpHomeNext

DeadlineTimer::Listener

DeadlineTimer::Listener for a deadline timer.

Synopsis
class Listener
Member Functions

Name

Description

onDeadlineTimer

Entry point called by DeadlineTimer when a deadline elapses.

Description

The listener is called on an auxiliary thread. It is suggested not to perform any time consuming operations during the call.

Header

#include <ripple/core/DeadlineTimer.h>


PrevUpHomeNext