Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.
Lusito edited this page Oct 30, 2016 · 1 revision

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.