LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
LogCabin::Event::Loop::NullTimer Class Reference

Used in breakTimer, whose purpose is not to handle events but to break runForever() out of epoll_wait. More...

Inheritance diagram for LogCabin::Event::Loop::NullTimer:
LogCabin::Event::Timer LogCabin::Event::File

List of all members.

Public Member Functions

void handleTimerEvent ()
 This method is overridden by a subclass and invoked when the timer expires.

Detailed Description

Used in breakTimer, whose purpose is not to handle events but to break runForever() out of epoll_wait.

Definition at line 101 of file Loop.h.


Member Function Documentation

This method is overridden by a subclass and invoked when the timer expires.

This method will be invoked by the main event loop on whatever thread is running the Event::Loop.

Implements LogCabin::Event::Timer.

Definition at line 90 of file Loop.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines