execq
execq copied to clipboard
Smart queue that executes tasks in threadpool-like manner
Results
2
execq issues
Sort by
recently updated
recently updated
newest added
Fix a race condition when we notify workers of new tasks, where `m_checkNextTask` would be cleared before we took a task item, which would cause a subsequent `notifyWorker` call on...
This allows the code to build with `-fno-exceptions`.