MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / construct

Method construct

Libraries/Async/Async.cpp:958–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957SC::Result SC::AsyncEventLoop::dispatchCompletions(AsyncKernelEvents& kernelEvents)
958{
959 return internal.dispatchCompletions(*this, Internal::SyncMode::ForcedForwardProgress, kernelEvents);
960}
961
962template <>
963void SC::AsyncEventLoop::InternalOpaque::construct(Handle& buffer)
964{

Callers 1

Calls 1

placementNewFunction · 0.85

Tested by

no test coverage detected