MCPcopy Create free account
hub / github.com/Tencent/mars / InstallAsyncHandler

Function InstallAsyncHandler

mars/comm/messagequeue/message_queue.cc:673–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673MessageHandler_t InstallAsyncHandler(const MessageQueue_t& id) {
674 ASSERT(0 != id);
675 return InstallMessageHandler(__AsyncInvokeHandler, false, id);
676}
677
678
679static MessageQueue_t __CreateMessageQueueInfo(boost::shared_ptr<RunloopCond>& _breaker, thread_tid _tid) {

Callers 10

NetCoreMethod · 0.85
SignallingKeeperMethod · 0.85
ShortLinkTaskManagerMethod · 0.85
LongLinkTaskManagerMethod · 0.85
LongLinkMethod · 0.85
NetSourceTimerCheckMethod · 0.85
ShortLinkMethod · 0.85
ZombieTaskManagerMethod · 0.85
AlarmMethod · 0.85

Calls 1

InstallMessageHandlerFunction · 0.85

Tested by

no test coverage detected