Skip to content

Commit

Permalink
Changed visibility modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Koutanov committed Jan 29, 2024
1 parent 7c7d2ff commit 0109259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Backpressure/Backpressure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static async Task RunAsync()
await sinkActor.Drain();
}

public static async Task FreeCapacityAsync(Dictionary<int, Task> pendingWork, int maxPending)
private static async Task FreeCapacityAsync(Dictionary<int, Task> pendingWork, int maxPending)
{
if (pendingWork.Count == maxPending)
{
Expand Down

0 comments on commit 0109259

Please sign in to comment.