Adam Powell
07/28/2019, 10:53 PMChildCancelledException mechanism used by scopedFlow and `channelFlow`/`callbackFlow` before the latter two lose their @ExperimentalCoroutinesApi status, or otherwise make external cancellation of a `launch`ed child in those scopes behave that way by default?Adam Powell
07/29/2019, 2:11 PMelizarov
08/04/2019, 8:30 AMcoroutineScope, supervisorScope, and (internal) flowScope that would support user-specified exception-handling strategy, allowing to specify which exceptions shall be propagated. I’ve made a short writeup here: https://github.com/Kotlin/kotlinx.coroutines/issues/1406