Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetNotifyObj
Method
GetNotifyObj
adapter/micro_thread/kqueue_proxy.h:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
_kqobj = ntfy;
185
};
186
KqueuerObj* GetNotifyObj() {
187
return _kqobj;
188
};
189
190
void AttachEvents(int event) {
191
if (event & KQ_EVENT_READ) {
Callers
5
KqueueCtlAdd
Method · 0.80
KqueueCtlDel
Method · 0.80
KqueueRcvEventList
Method · 0.80
KqueueCtlAdd
Method · 0.80
KqueueCtlDel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected