gordonwatts / LINQtoROOT

Convert a LINQ query into a ROOT TSelector, and run it
GNU Lesser General Public License v2.1
1 stars 0 forks source link

_queuedQueries in TTreeExecutor should be thread safe #279

Open gordonwatts opened 6 years ago

gordonwatts commented 6 years ago

We currently don't prevent more than one person from modifying it. It isn't likely, but it is possible.