Equalizer
1.2.1
|
Public Member Functions | |
TransmitThread (Node *parent) | |
co::CommandQueue & | getQueue () |
Protected Member Functions | |
virtual void | run () |
The entry function for the child thread. |
Definition at line 117 of file include/eq/client/node.h.
virtual void eq::Node::TransmitThread::run | ( | ) | [protected, virtual] |
The entry function for the child thread.
This method should contain the main execution routine for the thread and is called after a successful init().
Implements co::base::Thread.