Paul Woitaschek
RxJavaPlugins.setErrorHandler { } val flow = rxSingle<Unit> { throw IOException("") }.toFlowable().asFlow() runBlocking { repeat(10000) { combine(flow, flow) { _, _ -> Unit } .catch {} .collect { } } }
bdawg.io
elizarov
Vsevolod Tolstopyatov [JB]
A modern programming language that makes developers happier.