CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
tqrunner.cxh
1
#include <cx/taskqueue/taskqueue_shared.h>
2
3
class TaskQueue;
4
5
abstract class TQRunner {
6
bool needsUIEvent;
7
8
object:TaskQueue tq;
9
bool start([in] TaskQueue *tq);
10
[abstract] int64 tick();
11
bool stop();
12
}
cx
taskqueue
runner
tqrunner.cxh
Generated by
1.9.8