MCPcopy Create free account
hub / github.com/3rdparty/libprocess / IOOverlapped

Method IOOverlapped

src/windows/libwinio.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93struct IOOverlapped
94{
95 IOOverlapped(const IOOverlappedBase& _base, Promise<T>* _promise)
96 : base(_base), promise(_promise)
97 {}
98
99 IOOverlappedBase base;
100 Promise<T>* promise;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected