FairRootGroup / FairMQ

C++ Message Queuing Library and Framework
GNU Lesser General Public License v3.0
86 stars 34 forks source link

Allow sorting StateChange callbacks #481

Closed ktf closed 1 year ago

ktf commented 1 year ago

Is the thread sanitizer known to be broken?

dennisklein commented 1 year ago

Is the thread sanitizer known to be broken?

yes, it was never green.

ktf commented 1 year ago

Can we have a release with this in? In principle it only affects the case in which you name your callback using a numeric prefix.

rbx commented 1 year ago

It is now available with v1.8.0. It also contains your previous contribution.

ktf commented 1 year ago

Thanks.