Reports the number of tasks currently waiting in the queue.

Synopsis

Declared in <util/threadpool.h>

[[requires_capability(0x7f2e2046a868)]]
size_t
WorkQueueSize();

Return Value

the number of queued, not‐yet‐started tasks

Created with MrDocs