MCPcopy Create free account
hub / github.com/IronsDu/brynet / processAfterLoopFunctors

Method processAfterLoopFunctors

include/brynet/net/EventLoop.hpp:350–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 void processAfterLoopFunctors()
351 {
352 mCopyAfterLoopFunctors.swap(mAfterLoopFunctors);
353 for (const auto& x : mCopyAfterLoopFunctors)
354 {
355 x();
356 }
357 mCopyAfterLoopFunctors.clear();
358 }
359 void processAsyncFunctors()
360 {
361 swapAsyncFunctors();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected