Click here to Skip to main content
15,881,172 members
Articles / Programming Languages / C#

An AdjustableSemaphore for .NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
16 Jun 2020CPOL2 min read 6.6K   60   5  
A .NET equivalent of Java's AdjustableSemaphore
The .NET Semaphore and SemaphoreSlim cannot be resized after initialisation - in Java, the AdjustableSemaphore has been available for some time which allows for the resizing of the Semaphore. In this tip, a .NET version of the AdjustableSemaphore is being presented.

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
Software Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions