hmbdc
simplify-high-performance-messaging-programming
Public Member Functions | List of all members
hmbdc::time::TimerManager Struct Reference
Inheritance diagram for hmbdc::time::TimerManager:
hmbdc::app::tcpcast::RecvTransportEngine< OutputBuffer, MsgArbitrator > hmbdc::app::tcpcast::SendTransportEngine hmbdc::app::utils::ReceiverClient hmbdc::app::utils::SenderClient

Public Member Functions

void schedule (SysTime fireAt, Timer &timer)
 
void cancel (Timer &timer)
 cancel a timer previously scheduled with the TimerManager More...
 
void checkTimers (time::SysTime)
 

Detailed Description

Examples:
perf-base-thru.cpp, and server-cluster.cpp.

Member Function Documentation

void hmbdc::time::TimerManager::cancel ( Timer timer)
inline

cancel a timer previously scheduled with the TimerManager

if not scheduled, no effect

Parameters
timerto be canceled

The documentation for this struct was generated from the following file: