mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-31 23:14:21 +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