Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SelectorZero
Function
SelectorZero
engine/dlib/src/dlib/socket.cpp:260–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void SelectorZero(Selector* selector)
261
{
262
dmFileDescriptor::PollerReset(&selector->m_Poller);
263
}
264
265
Result Select(Selector* selector, int32_t timeout)
266
{
Callers
6
ConnectSocket
Function · 0.85
Update
Function · 0.85
HandleIncomingQueries
Function · 0.85
HandleBrowserResponses
Function · 0.85
Selector
Method · 0.85
WaitForRawSocketReadable
Function · 0.85
Calls
1
PollerReset
Function · 0.85
Tested by
1
WaitForRawSocketReadable
Function · 0.68