signals
signals copied to clipboard
General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional interfaces in real-time applications
Consider https://plflib.org/colony.htm ?
When the signal has been moved, all its connections need to be notified. Can we instead store a pointer to pointer to the signal instead?
When a signal is bound to an object's virtual member function, we already know which exact function to call, assuming the object has finished initialization. If we could devirtualize it...
Added the ability to install signals as a library and to look for it using find_package(FTengSignals), etc.. United everything under one umbrella CMake-project. Targets are FTengSignals::Signals, FTengSignals::TestApp, FTengSignals::Benchmarks.