You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple implementation of Observer Design Pattern to implement thread class which can send notifications to attached observers when the new thread is created status as 'true' with thread ID and status as 'false' when the thread execution ends
About
Simple implementation of Observer Design Pattern to implement thread class which can send notifications to attached observers when the new thread is created status as 'true' with thread ID and status as 'false' when the thread execution ends