Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ EnableOutput
Method
EnableOutput
adapter/micro_thread/kqueue_proxy.h:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
void EnableInput() { _events |= KQ_EVENT_READ; };
124
125
void EnableOutput() { _events |= KQ_EVENT_WRITE; };
126
127
void DisableInput() { _events &= ~KQ_EVENT_READ; };
128
Callers
9
KqueueCtlAdd
Method · 0.80
mt_multi_netfd_poll
Method · 0.80
CreateSock
Method · 0.80
SendData
Method · 0.80
sendto
Method · 0.80
connect
Method · 0.80
write
Method · 0.80
send
Method · 0.80
WaitEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected