Skip to content

SemaphoreSlim Example output is wrong #9879

Open
@zmlapo

Description

@zmlapo

https://learn.microsoft.com/en-us/dotnet/api/system.threading.semaphoreslim?view=net-8.0#examples

// Task 3 releases the semaphore; previous count: 0.

Should be

// Task 3 releases the semaphore; previous count: 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-System.Threading.TasksuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions