Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ RemoveWriteWait
Method
RemoveWriteWait
adapter/micro_thread/mt_notify.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void ISessionNtfy::RemoveWriteWait(SessionProxy* proxy)
50
{
51
if (proxy->_flag) {
52
TAILQ_REMOVE(&_write_list, proxy, _write_entry);
53
proxy->_flag = 0;
54
}
55
}
56
57
void UdpSessionNtfy::NotifyWriteWait()
58
{
Callers
1
KqueueCtlDel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected