| 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(); |