Projects with this topic
Sort by:
-
A basic C++ event queue implementation featuring type-safe event dispatch, subscriber compatibility checking via templates, and a std::condition_variable-based wait/notify mechanism to avoid busy waiting.
UpdatedUpdated -
A project for getting started with multi-threaded design using the pthread library. University of Tehran Operating System Spring 99 Course Project 3
Updated