/asynclib

small helper library that facilitates asynchronous (and some event driven) programming

Primary LanguageC++GNU General Public License v2.0GPL-2.0

asynclib

small helper library that facilitates asynchronous (and some event driven) programming. The concept is similar to the Reactive programming paradigm but without the need to use C++ std11 lambda's