MCPcopy Create free account
hub / github.com/SFML/SFML / wait

Method wait

src/SFML/Network/SocketSelector.cpp:687–690  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

685
686////////////////////////////////////////////////////////////
687bool SocketSelector::wait(Time timeout)
688{
689 return m_impl->wait(timeout);
690}
691
692
693////////////////////////////////////////////////////////////

Callers 5

connectMethod · 0.45
queryDnsFunction · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected