mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 18:24:20 +01:00
closes #1417 Man chasing this down was much much harder than it should have been. We very frequently call `read_page` then push the return value onto the page stack, or otherwise use it without it necessarily needing to not be 'in progress' of IO, so it was tricky to figure out where this was happening and it had me thinking that it was something wrong with the changes to `io_uring` on my branch. Reviewed-by: Pere Diaz Bou <pere-altea@homail.com> Closes #1418