EventLoop

Constructors

this
this()
Undocumented in source.

Members

Functions

isInLoopThread
bool isInLoopThread()
Undocumented in source. Be warned that the author may not have intended to support it.
isRuning
bool isRuning()
Undocumented in source. Be warned that the author may not have intended to support it.
onWeakUp
void onWeakUp()
Undocumented in source. Be warned that the author may not have intended to support it.
postTask
EventLoop postTask(AbstractTask task)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createTask
AbstractTask createTask(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
createTask
AbstractTask createTask(F delegateOrFp, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta