top | item 41186160

(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.

discuss

order

jawerty|1 year ago

haha yea i've been really enjoying this project. In terms of statefulness. It is quite a stateful coroutine. I will play around with it and see if i can get it working. Would be nice to use a more goto like method than raising exceptions. Thanks for your work