Skip to content

Commit

Permalink
[MouseWithoutBorders] - apply microsoft#35716 to Thread.cs (.net 9 Lo…
Browse files Browse the repository at this point in the history
…ck type) - microsoft#35155
  • Loading branch information
mikeclayton committed Nov 16, 2024
1 parent e446f91 commit 19963d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/MouseWithoutBorders/App/Core/Thread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace MouseWithoutBorders.Core;

internal sealed class Thread
{
private static readonly object ThreadsLock = new();
private static readonly Lock ThreadsLock = new();
private static List<System.Threading.Thread> threads;

private readonly System.Threading.Thread thread;
Expand Down

0 comments on commit 19963d5

Please sign in to comment.