FastSignals
FastSignals copied to clipboard
Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2
GCC 13 complains about this header being missing... this simply adds it!
https://github.com/NoAvailableAlias/signal-slot-benchmarks
- [ ] Combiners use push model instead of pull model - see [Combiner Interface](https://www.boost.org/doc/libs/1_68_0/doc/html/signals2/rationale.html#id-1.3.37.9.5) in Boost docs - [ ] Combiners are template template parameters - see #2 -...
Fix some typos found downstream https://github.com/FreeCAD/FreeCAD/pull/19132#issuecomment-3240415636