[#SerialTaskRunner-size] = xref:SerialTaskRunner.adoc[SerialTaskRunner]::size :relfileprefix: ../ :mrdocs: Returns the number of callbacks still pending in the runner. == Synopsis Declared in `<scheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e20c05f08)]] virtual size_t size() override; ---- == Return Value The count of queued, not‐yet‐executed callbacks. [.small]#Created with https://www.mrdocs.com[MrDocs]#