[#util-TaskRunnerInterface-size] = xref:util.adoc[util]::xref:util/TaskRunnerInterface.adoc[TaskRunnerInterface]::size :relfileprefix: ../../ :mrdocs: Returns the number of currently pending events. == Synopsis Declared in `<util/task_runner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual size_t size() = 0; ---- == Return Value The count of events not yet processed. [.small]#Created with https://www.mrdocs.com[MrDocs]#