Skip to content

Commit

Permalink
Modify OptionsCollection to use ConcurrentDictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
daningalla committed Jul 10, 2023
1 parent ce5f287 commit 18863ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/MultiThreaded/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

await Task.WhenAll(threads);

Console.Write("Press <enter> to exit");
Console.ReadLine();

static void Throw()
{
throw new InvalidOperationException();
Expand Down

0 comments on commit 18863ef

Please sign in to comment.