MCPcopy Create free account
hub / github.com/chenshuo/muduo / isInLoopThread

Method isInLoopThread

muduo/net/EventLoop.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115 }
116 bool isInLoopThread() const { return threadId_ == CurrentThread::tid(); }
117 // bool callingPendingFunctors() const { return callingPendingFunctors_; }
118 bool eventHandling() const { return eventHandling_; }
119

Callers 2

~ChannelMethod · 0.80
sendMethod · 0.80

Calls 1

tidFunction · 0.85

Tested by

no test coverage detected