YipBox is an event/delegate (signal/slot) mechanism implementation for C++.
Library is written in C++11 and cannot be used with C++03.
To use the library, add the YipBox.h file to the list of the system include directories or to your project.
You can specify which multi-thread policy you want by defining a macro before including sigly. The macros are described in the following quick documentation.
Based on Sigly (https://github.com/anhero/Sigly)