-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Threading.TasksuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
https://learn.microsoft.com/en-us/dotnet/api/system.threading.semaphoreslim?view=net-8.0#examples
dotnet-api-docs/snippets/csharp/System.Threading/SemaphoreSlim/Overview/example.cs
Line 76 in eb7588a
// Task 3 releases the semaphore; previous count: 0. |
Should be
// Task 3 releases the semaphore; previous count: 1.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Threading.TasksuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner