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.
- Notifying the dispatcher from a different (foreign) thread darkestpigeon
- Notifying the dispatcher from a different (foreign) thr... Araq
- Notifying the dispatcher from a different (foreign)... elcritch
- Notifying the dispatcher from a different (fore... elcritch
- Notifying the dispatcher from a different (... darkestpigeon