geekyraghav13
Results
2
comments of
geekyraghav13
add a lock to protect the d_filter_lower and d_filter_upper vectors from concurrent access. The proposed code change is to add gr:::scoped_lock(d_mutex) within the fll_band_edge_cc block to ensure that only one...
> That's right, and feel free to submit a PR if you're interested. The lock should be in work() and probably all of the setters. Actually i dont know about...