Gelldur
Gelldur
Eg. someone want to execute notification in background thread
I know that I used something from C++14 (probably) so need to verify.
Each line in `- cmd: >-` needs extra new line (why?) For now disable some flags that do not work for Visual Studio Fix tests for Visual Studio Resolving issue:...
Some work is already done here: https://github.com/gelldur/EventBus/pull/21/files - Need to add Windows CI to build & run Windows build for Visual Studio - Could be appveyor - Need to be...
AsyncEventBus uses normal std::mutex, maybe (probably) better approach would be to use read/write mutex e.g. [std::shared_mutex](https://en.cppreference.com/w/cpp/thread/shared_mutex) We can consider adding listener as write (we can benefit of changing capacity to...
Check #19, RTTI isn't enabled on VS by default ? Currently it can fail on [assert check here](https://github.com/gelldur/EventBus/blob/master/lib/include/eventbus/EventBus.h#L67)
- https://coveralls.io eg: [](https://coveralls.io/github/skypjack/entt?branch=master) - CircleCI eg: [](https://circleci.com/gh/psykzz/st3-gitblame)
- Prepare some FAQ ? - Ask some friends to try it out and comment what they don't understand - [How to install](http://foonathan.net/blog/2016/03/03/cmake-install.html) - How to add as dependency (few...
Thanks to some kind graph visualization it would be more easy to explain new comer events in project. Maybe just add verbose messages for easy debugging ?