Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~Channel
Method · 0.80
send
Method · 0.80
Calls
1
tid
Function · 0.85
Tested by
no test coverage detected