Apply suggestion from @kamronbatman

This commit is contained in:
Kamron Batman 2026-08-08 22:52:01 -07:00 committed by GitHub
parent e2295ec611
commit e04422a7dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;