TwiceAsNice
2019-02-18
|
This class is the interface definition of a TaskQueue. More...
#include <TaskQueue.h>
Public Types | |
typedef Nice::Time | Delay |
Public Member Functions | |
virtual TaskControlPtr | invokeLater (TaskPtr t, Delay delay)=0 |
virtual TaskControlPtr | invoke (TaskPtr t)=0 |
virtual | ~TaskQueue () |
Static Public Member Functions | |
static Delay | seconds (double t) |
This class is the interface definition of a TaskQueue.
typedef Nice::Time Nice::TaskQueue::Delay |
|
inlinevirtual |
|
pure virtual |
Implemented in Nice::TaskQueueWithRunningDispatchingThread, and Nice::TaskQueueImpl.
|
pure virtual |
Implemented in Nice::TaskQueueWithRunningDispatchingThread, and Nice::TaskQueueImpl.
|
static |