Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
EventLoop* new_event_loop(EventLoop::Wait4Events wait,
90
EventLoop::OnEvents on_event)
91
{
92
return new EventLoopImpl(wait, on_event);
93
}
Callers
5
sync_signal_init
Function · 0.85
init
Method · 0.85
cURLLoop
Method · 0.85
exportfs_init
Function · 0.85
fuse_adaptor.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected