MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_kqueue_master_engine

Function new_kqueue_master_engine

io/kqueue.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223MasterEventEngine* new_kqueue_master_engine() {
224 return new_kqueue_engine(true);
225}
226
227CascadingEventEngine* new_kqueue_cascading_engine() {
228 return new_kqueue_engine(false);

Callers 2

new_master_event_engineFunction · 0.85
new_master_event_engineFunction · 0.85

Calls 1

new_kqueue_engineFunction · 0.85

Tested by

no test coverage detected