gritql icon indicating copy to clipboard operation
gritql copied to clipboard

Make execute/match async

Open morgante opened this issue 3 months ago • 1 comments

morgante avatar Mar 18 '24 14:03 morgante

Unfortunately I don't think this is feasible. Was able to get past all the recursive async, and async trait idiosynchrasies, but the stricter async lifetime guarantees make it impractical for our current recursive interpreter: https://github.com/getgrit/gritql/pull/162

ilevyor avatar Apr 05 '24 02:04 ilevyor