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