Execute a single queued task synchronously. Removes one task from the queue and executes it on the calling thread.
Synopsis
Declared in <util/threadpool.h>
[[requires_capability(0x7f951f99b608)]]
bool
ProcessTask();
Return Value
true if a task was executed, false if the queue was empty.
Created with MrDocs