Skip to content

ThreadPool: Synchronize Queue and Workers

Simon Spannagel requested to merge fix_threadpool into master

Currently there is a race conditions dead lock in the thread pool as described in #226 (closed). This MR attempts to solve this. Please test carefully and extensively.

This fixes #226 (closed)

Edited by Simon Spannagel

Merge request reports