Click here to Skip to main content
15,892,199 members
Articles / General Programming / Threads

Automatic Thread Synchronization - Exception Based Class Library

Rate me:
Please Sign up or sign in to vote.
3.27/5 (7 votes)
19 Oct 2020CPOL5 min read 40.3K   754   26  
Automatic thread synchronization classes which throw exceptions instead of error codes
In this article, the topic for discussion is making automatic thread synchronization classes throw exceptions when the thread wait fails or times out. I have prepared a demo application which simulates error cases. This will help in quickly understanding the intended usage.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
A senior engineer who likes reading and coding Smile | :) . I can be reached at sudheeshps@gmail.com

Comments and Discussions