surrealpatch/lib
Tobie Morgan Hitchcock 6ff2a78c88 Don’t use static futures for parallel query execution
Instead of using static futures when processing a query in parallel, we now use a new executor model, which allows us to process futures which make use of references. As a result, we can remove the need to store each statement in an Arc.
2022-05-13 21:57:40 +01:00
..
src Don’t use static futures for parallel query execution 2022-05-13 21:57:40 +01:00
Cargo.toml Don’t use static futures for parallel query execution 2022-05-13 21:57:40 +01:00