MCPcopy 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
284EventLoop::EventLoop(HANDLE iocp_handle)
285 : iocp_handle_(std::unique_ptr<HANDLE, HandleDeleter>(iocp_handle))
286{}
287
288Try<Nothing> EventLoop::run()
289{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected