I know about a class Semaphorein the namespace System.Threading, but I don’t see if it allows expectations to have different priority levels.
If two threads are waiting for an open slot, is there a way to allow a higher priority thread to have the first open slot?
source
share