Files
turso/core
Pekka Enberg 6fe9ea0925 Merge 'Make Rust bindings actually async' from Pedro Muniz
This PR introduces a `Context` object that is stored in the `Completion`
that currently only stores a `Waker`. In the future, I want to add some
sort of abort signal so that we can abort tasks that share the same
Context. To pass the Waker, I introduced a `step_with_waker` function in
`Statement` that delegates to an internal `_step` function. `_step` is
the previous `step` but just with the `Option<&Waker>` argument.
I was going to try and have the BusyHandler by truly async as well, but
I decided to not do it here, because it will be slightly complicated to
achieve.

Closes #3535
2025-10-15 19:38:24 +03:00
..
2025-10-06 13:21:45 +04:00
2025-10-12 16:38:12 +05:30
2025-09-24 18:06:55 -03:00
2025-06-30 10:01:03 +03:00
fmt
2025-10-14 22:22:14 +04:00
2025-01-28 14:55:38 -05:00
2025-10-07 16:22:20 -04:00
2025-01-28 14:55:38 -05:00
2025-10-14 12:33:36 -03:00
2025-09-30 14:52:59 +04:00
2025-10-09 19:00:40 +03:00
2025-09-22 16:37:31 +03:00
2025-10-12 18:02:03 +05:30
2025-06-30 09:54:13 +03:00
2025-09-23 14:22:02 -04:00