mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
This commit is contained in:
parent
e446f91fa5
commit
19963d5282
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user