elizarov
07/24/2017, 1:50 PMkotlinx.coroutines
version 0.17 is released. It has a new CompletableDeferred
primitive; Job.join
and Deferred.await
are waiting for coroutine’s execution on cancellation; CoroutineScope.context
is renamed to coroutineContext
and more. A full list of changes is here: https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.mdvoddan
07/24/2017, 2:00 PMAll factory functions for various interfaces are implemented as top-level functionsI glad to see that. I hope we move from overusing
invoke
just for the fun of it.elizarov
07/24/2017, 2:16 PMgildor
07/24/2017, 2:19 PMelizarov
07/24/2017, 2:21 PM