You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
I've come across this neat article about a good C++11 signal system:
Performance of a C++11 Signal System
This allows for a bit more flexible signals than the ones Ashley provides.
ecstasy uses a slightly modified version of this cleaned up version of the article.
Guides on how to use the signal system will be created, but for now you need check out the tests for examples.