inline bool dequeuePoll() { return mWorkQueue->dequeuePoll(); }
/** * processes a single job in the work queue if one exists * \returns true if there are any remaining jobs on the work queue */ bool processOneJob() { return mWorkQueue->dequeuePoll(); }