(no title)
ag_rin
|
1 year ago
Wow that’s an actual use case! Pretty cool stuff. Unfortunately I think getting this code to run with asyncio would be a lot more work since there’s a lot more to consider. I guess it also depends on how stateful the coroutines are. The less state the easier it should be to use my jump method to do what you want.
jawerty|1 year ago