brabo-hi
callbackFlow
fun connect():Flow<Item> = callbackFlow { check(1 == 0) // This is expected to throw an IllegalStateException }
louiscad
collect { … }
first()
catch { … }
connect() .catch{} .first()
ephemient
.first()
A modern programming language that makes developers happier.