Tagged Questions
2
votes
2answers
766 views
Publish/Subscribe and Smart pointer
I would like to implement a simple Publish/Subscribe pattern where:
A single publisher publishes a token (a pointer to an object) to its subscribers. Publisher and subscribers are all independent ...