Apply suggestion from @kamronbatman
This commit is contained in:
parent
e2295ec611
commit
e04422a7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ internal sealed class PasswordWorker
|
|||
|
||||
private readonly Thread _thread;
|
||||
private readonly AutoResetEvent _work = new(false);
|
||||
private readonly ConcurrentQueue<PasswordJob> _queue = new();
|
||||
private readonly ConcurrentQueue<PasswordJob> _queue = [];
|
||||
|
||||
private int _pending;
|
||||
private volatile bool _exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue