How well does this crate work when putting coroutines in coroutines? And how about doing recursive coroutines? I might use this to implement a recursive (async) parser/writer (see https://github.com/apache/avro-rs/pull/238 where I currently use manual state machines)
How well does this crate work when putting coroutines in coroutines?
And how about doing recursive coroutines?
I might use this to implement a recursive (async) parser/writer (see apache/avro-rs#238 where I currently use manual state machines)