Unclaimed project
Are you a maintainer of sigslot? Claim this project to take control of your public changelog and roadmap.
This release focuses on correctness, the API has been left unchanged.
In version 1.0 a potential deadlock could occur in recursive signal emission situations. The obvious fix was a performance killer, which has been mostly mitigated using a copy on write mechanism.
Also of note are the following changes:
Both the unit tests and examples run cleanly under ASan and TSan.