mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-03-21 15:49:38 -04:00
- Ideally Queues must outlive the threads using them, but wasn't done so. Yes, std::shared_ptr them! - Now queues are always valid in the context of the threads using them. - No longer need tedious queues deallocation by the original owner. - Misc cleanups.