Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ kevent
Class
kevent
src/SFML/Network/SocketSelector.cpp:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#define SFML_USE_KQUEUE
51
#include <sys/event.h>
52
using kevent_t = struct kevent;
53
#else
54
// select()-based implementation is used if none of the above applies
55
#endif
Callers
2
modifyEvents
Method · 0.70
wait
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected