mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
## Description
The existing squeue overflow handling logic improperly error'd when
`squeue full` instead of best-effort pushing any overflow SQE's when
`flush_overflow` was called and then preserved others for later retry.
Also fixed bug where `empty` didn't take overflow SQE's into
consideration.
## Motivation and context
fixing
|
||
|---|---|---|
| .. | ||
| clock.rs | ||
| common.rs | ||
| completions.rs | ||
| generic.rs | ||
| io_uring.rs | ||
| memory.rs | ||
| mod.rs | ||
| unix.rs | ||
| vfs.rs | ||
| windows.rs | ||