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

Function new_event_loop

common/event-loop.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89EventLoop* new_event_loop(EventLoop::Wait4Events wait,
90 EventLoop::OnEvents on_event)
91{
92 return new EventLoopImpl(wait, on_event);
93}

Callers 5

sync_signal_initFunction · 0.85
initMethod · 0.85
cURLLoopMethod · 0.85
exportfs_initFunction · 0.85
fuse_adaptor.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected