JHandler: A C++ Event Loop Mechanism

JHandler: A C++ Event Loop Mechanism

0. JHandler JHandler is a C++ event loop mechanism. It can be used in a user-created thread or utilize the independent thread encapsulated by JHandler to handle events. Project address: https://github.com/zincPower/JHandler 1. Integration Copy the <span>jhandler</span> folder into your project and add the following configuration in your project’s <span>CMakeLists.txt</span>: include_directories("Path to the added jhandler directory … Read more