Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ _run
Method
_run
common/event-loop.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
m_thread = thread_create(&_run, this);
46
}
47
static void* _run(void* loop)
48
{
49
static_cast<EventLoopImpl*>(loop)->__run();
50
return nullptr;
51
}
52
void __run()
53
{
54
while(m_state == RUNNING)
Callers
nothing calls this directly
Calls
1
__run
Method · 0.80
Tested by
no test coverage detected