[#SerialTaskRunner-flush] = xref:SerialTaskRunner.adoc[SerialTaskRunner]::flush :relfileprefix: ../ :mrdocs: Processes all remaining queue members on the calling thread, blocking until queue is empty Must be called after the CScheduler has no remaining processing threads! == Synopsis Declared in `<scheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e20c05df8)]] virtual void flush() override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#