mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-27 03:44:25 +01:00
The completion callback can be invoked only once via `OnceLock`, let's not crash if we e.g. call `Completion::abort()` on an already finished completion. Closes #2673