JeffersonLab / iguana

Preservation of common physics data analysis algorithms. Currently focused on HIPO data.
https://jeffersonlab.github.io/iguana/
GNU Lesser General Public License v3.0
2 stars 7 forks source link

feat: reload functions, to reload certain configuration parameters #231

Closed c-dilks closed 1 month ago

c-dilks commented 3 months ago

close #95

Note: using mutexes, rather than atomics (https://stackoverflow.com/questions/75114489/updating-two-atomic-variables-under-a-condition-in-c)

c-dilks commented 1 month ago

close in favor of #258