First class coroutine continuations?

Thank you!!! I got it to work with nested calls to suspend by tweaking clone to recursively clone any Continuation<*> field it finds and keeping a map of cloned objects to prevent cycles. This should be enough for my prototyping…

1 Like