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

Method dispatchReadyCallbacks

src/SFML/Network/SocketSelector.cpp:701–704  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

699
700////////////////////////////////////////////////////////////
701void SocketSelector::dispatchReadyCallbacks()
702{
703 m_impl->dispatchReadyCallbacks();
704}
705
706} // namespace sf

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected