trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::EventLoop Member List

This is the complete list of members for trantor::EventLoop, including all inherited members.

assertInLoopThread()trantor::EventLoopinline
EventLoop() (defined in trantor::EventLoop)trantor::EventLoop
getEventLoopOfCurrentThread()trantor::EventLoopstatic
index()trantor::EventLoopinline
invalidateTimer(TimerId id)trantor::EventLoop
isCallingFunctions()trantor::EventLoopinline
isInLoopThread() consttrantor::EventLoopinline
isRunning()trantor::EventLoopinline
loop()trantor::EventLoop
moveToCurrentThread()trantor::EventLoop
queueInLoop(const Func &f)trantor::EventLoop
queueInLoop(Func &&f) (defined in trantor::EventLoop)trantor::EventLoop
quit()trantor::EventLoop
removeChannel(Channel *chl)trantor::EventLoop
resetAfterFork()trantor::EventLoop
runAfter(double delay, const Func &cb)trantor::EventLoop
runAfter(double delay, Func &&cb) (defined in trantor::EventLoop)trantor::EventLoop
runAfter(const std::chrono::duration< double > &delay, const Func &cb)trantor::EventLoopinline
runAfter(const std::chrono::duration< double > &delay, Func &&cb) (defined in trantor::EventLoop)trantor::EventLoopinline
runAt(const Date &time, const Func &cb)trantor::EventLoop
runAt(const Date &time, Func &&cb) (defined in trantor::EventLoop)trantor::EventLoop
runEvery(double interval, const Func &cb)trantor::EventLoop
runEvery(double interval, Func &&cb) (defined in trantor::EventLoop)trantor::EventLoop
runEvery(const std::chrono::duration< double > &interval, const Func &cb)trantor::EventLoopinline
runEvery(const std::chrono::duration< double > &interval, Func &&cb) (defined in trantor::EventLoop)trantor::EventLoopinline
runInLoop(Functor &&f)trantor::EventLoopinline
runOnQuit(Func &&cb)trantor::EventLoop
runOnQuit(const Func &cb) (defined in trantor::EventLoop)trantor::EventLoop
setIndex(size_t index)trantor::EventLoopinline
updateChannel(Channel *chl)trantor::EventLoop
~EventLoop() (defined in trantor::EventLoop)trantor::EventLoop