Nick Williams
04/13/2022, 11:46 AMsuspend fun main() {
coroutineScope {
flowOf<Unit>().shareIn(this, SharingStarted.WhileSubscribed())
}
}
https://pl.kotl.in/gaJVXPMWr = Evaluation stopped while it's taking too long️. Why? The child coroutine of shareIn should, according to docs, never startNick Williams
04/13/2022, 11:59 AMNick Williams
04/13/2022, 12:00 PMephemient
04/13/2022, 12:06 PMNick Williams
04/13/2022, 12:09 PM