Skip to content

Commit

Permalink
Merge pull request #378 from mono/dev/nosami/fix-1711456
Browse files Browse the repository at this point in the history
Added logging and function breakpoint tests
  • Loading branch information
nosami authored Feb 14, 2023
2 parents 838afb3 + eeb6589 commit 0d0854d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void MultipleThreads ()
for (var i = 0; i < 10; i++)
{
var thread = new Thread(() => Thread.Sleep(10000));

thread.Name = "Thread " + i;
thread.Start();
}
Expand Down

0 comments on commit 0d0854d

Please sign in to comment.