Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ EventLoop
Method
EventLoop
src/windows/libwinio.cpp:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
EventLoop::EventLoop(HANDLE iocp_handle)
285
: iocp_handle_(std::unique_ptr<HANDLE, HandleDeleter>(iocp_handle))
286
{}
287
288
Try<Nothing> EventLoop::run()
289
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected