signals_slots 1.0.0 signals_slots: ^1.0.0 copied to clipboard
An implementation of a managed signals and slots system based on the boost signals2 C++ library.
1.0.0 #
- Initial release of signals and slots.
- Provides a means of creating signals, subscribing to them, and managing connections.
- Adds test cases to validate functionality.