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