cpp-dispatcher
A C++14 implementation of header-only single threaded dispatcher. The main aim of this library is to avoid calling function with a released object.
Requirements
cpp-dispatcher depends pqrs::thread_wait.
Install
Using package manager
You can install include/pqrs
by using cget.
cget install pqrs-org/cget-recipes
cget install pqrs-org/cpp-dispatcher
Manual install
Copy include/pqrs
directory into your include directory.