/signals

Implementation of a managed signals and slots system

Primary LanguageC++

signals

Reenterable signals (like in Boost and Qt) implementation without dynamical allocations, which uses intrusive list as container for slots

Compilation

Tested with C++17