sw1tcherrr / signals

Implementation of a managed signals and slots system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a managed signals and slots system


Languages

Language:C++ 100.0%