❔ ❔ ❔ SemaphoreSlim that can be entered without waiting
Hello, I am trying to find way to easily control how much threads can enter semaphore. I need something like
SemaphoreSlim
but that supports entering without waiting or Releasing with minus values.
For example:
I there any built in object to do it? I really don't want to implement such thing myself.2 Replies
Ok, I had to write it myself:
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run /close
- otherwise I will mark this as stale and this post will be archived until there is new activity.