mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 02:04:22 +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