[#ThreadPool-WorkQueueSize] = xref:ThreadPool.adoc[ThreadPool]::WorkQueueSize :relfileprefix: ../ :mrdocs: Reports the number of tasks currently waiting in the queue. == Synopsis Declared in `<util/threadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2046a868)]] size_t WorkQueueSize(); ---- == Return Value the number of queued, not‐yet‐started tasks [.small]#Created with https://www.mrdocs.com[MrDocs]#