15 Dec
2020
15 Dec
'20
12:14 a.m.
On 12/14/20 12:17 PM, Andrey Semashev via Boost wrote:
On 12/14/20 9:54 PM, Robert Ramey via Boost wrote:
On 12/14/20 12:27 AM, Rakshita Parihar via Boost wrote:
*1) Is there any boost C++ library for pub/sub model? If yes, please give me the details or link for the tutorial.*
Here is boosts implementation for this software pattern.
https://www.boost.org/doc/libs/1_75_0/doc/html/signals2.html
Boost.Signals2 doesn't deal with network communication, which I think is what OP is asking.
Hmmm. I read the above as a request for details or link to the tutorial for a boost implementation of the publish/subscribe model, which is what I gave him. Robert Ramey