Compare commits

..

1 Commits
push ... 1.11.3

Author SHA1 Message Date
Brian Picciano
c3f8e62e55 chore: release 1.11.3
Amp-Thread-ID: https://ampcode.com/threads/T-019ce1bc-baac-7698-a196-376deca4192b
Co-authored-by: Amp <amp@ampcode.com>
2026-03-12 11:31:32 +00:00

View File

@@ -444,8 +444,8 @@ where
let _ = execute_tx.send(tx);
next_for_execution += 1;
while let Some(entry) = queue.first_entry()
&& *entry.key() == next_for_execution
while let Some(entry) = queue.first_entry() &&
*entry.key() == next_for_execution
{
let _ = execute_tx.send(entry.remove());
next_for_execution += 1;