Note that you should put your `ctx` object into a `SharedPtr` from the 
threading lib or similar. Otherwise if the `mycoro` async gets cancelled and 
GC’ed your other thread will be using freed memory. It’s not fun tracking those 
down.

Reply via email to