mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-01-17 02:55:35 -05: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.