Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ EnableInput
Method
EnableInput
adapter/micro_thread/kqueue_proxy.h:123–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
virtual int KqueueCtlDel(void* args);
122
123
void EnableInput() { _events |= KQ_EVENT_READ; };
124
125
void EnableOutput() { _events |= KQ_EVENT_WRITE; };
126
Callers
11
CreateSocket
Method · 0.80
mt_multi_netfd_poll
Method · 0.80
CreateSock
Method · 0.80
CreateSocket
Method · 0.80
IdleAttach
Method · 0.80
IdleDetach
Method · 0.80
recvfrom
Method · 0.80
accept
Method · 0.80
read
Method · 0.80
recv
Method · 0.80
WaitEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected