mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-20 06:38:43 -04:00
9b0ce69e8f
Besides deadlocks, a thread can in theory get stuck in a blocking pop(), not seeing the stopping flag in particular. So assure liveness by making all pop() timed pop.