tseisel
12/12/2019, 10:52 AMflow.produceIn(aScope), if the source flow terminates with an exception then the produce coroutines fails and cancels the scope and its parent. Wouldn't it be better if it only cancelled the resulting ReceiveChannel ?bdawg.io
12/12/2019, 6:30 PMSupervisorScope instead