mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
![]() Add a `pending_ops` field to `InnerLinuxIO` struct which is incremented for each operation submitted to the ring and decremented when they are taken off the completion queue. With this, we can exit from run_once if there are no pending operations. Otherwise, in that case, it would hang indefinitely due to call of `ring.submit_and_wait(1)` |
||
---|---|---|
.. | ||
common.rs | ||
darwin.rs | ||
generic.rs | ||
linux.rs | ||
mod.rs | ||
windows.rs |