condition_variable

3 posts / 0 new
Last post
His Nerdship's picture
Offline
Last seen: 4 years 10 months ago
Joined: 05/08/2019
Posts: 18
Adding a std::thread-based ReadCondition to a Waitset (C++)

I am writing a (modern C++) module to simulate a device that connects to a central registry to send and obtain information.  The registry and device each pass data both ways, so act as both subscribers and publishers.

Organization:
Subscribe to RSS - condition_variable