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