Multithreading – SemaphoreSlim
In this post, we will see what is SemaphoreSlim and how we can use it.But first of all, what is SemaphoreSlim?From Microsoft web site:“The SemaphoreSlim class represents a lightweight, fast semaphore that can be used for waiting within a single process when wait times are expected to be very short. SemaphoreSlim relies as much as possible… Read More »