Release Type: Future under .net11+
Describe the bug
LowLevelLifoSemaphore.Release(int) will be replaced by Signal() in .Net11. This internal type is used in our ThreadPool implementation.
Thankfully we have a fallback for this specific case, but we'll need to account for this change to avoid the performance overhead.
Release Type: Future under .net11+
Describe the bug
LowLevelLifoSemaphore.Release(int)will be replaced by Signal() in .Net11. This internal type is used in our ThreadPool implementation.Thankfully we have a fallback for this specific case, but we'll need to account for this change to avoid the performance overhead.