Skip to content

regression: LowLevelLifoSemaphore change in signature in dotnet11 #3326

Description

@Eideren

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.

Metadata

Metadata

Assignees

Labels

area-CoreIssue of the engine unrelated to other defined areasperformance

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions