cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Observer Pattern using Multithreading
Observer Pattern using Multithreading
May 29, 2014 at 11:39am UTC
praveenjmi
(1)
Need to implement Observer pattern using multithread.
In thrd1 Subject call notify.
In thrd2 Observer register/Deregister them.
How to sync them, So that when user run program Observer register and then subject notify to them if any signal recieved.
Topic archived. No new replies allowed.