Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rethrow with InvalidOperationException when called from WaitHandle
I think it would make much more sense to always throw SemaphoreFullException instead of sometimes throwing InvalidOperationException saying the semaphore is full, but this preserves the old behavior.
- Loading branch information