mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
`resume` was not re-entrant and panicked in case when was called after operation completion. ``` thread '<unnamed>' panicked at sync/sdk-kit/src/turso_async_operation.rs:59:20: `async fn` resumed after completion ... ``` This PR makes `resume` method for `PyTursoAsyncOperation` re-entrant (like in the c-api) and also convert exception type in the sync module Closes #4315 |
||
|---|---|---|
| .. | ||
| commands | ||
| config | ||
| docs | ||
| manuals | ||
| app.rs | ||
| build.rs | ||
| Cargo.toml | ||
| helper.rs | ||
| input.rs | ||
| main.rs | ||
| manual.rs | ||
| mcp_server.rs | ||
| opcodes_dictionary.rs | ||
| read_state_machine.rs | ||
| SQL.sublime-syntax | ||
| sync_server.mdx | ||
| sync_server.rs | ||