mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +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