kotlinx.coroutines v0.26.1 Release Notes

    • ๐ŸŽ Android Main dispatcher is async by default which may significantly improve UI performance. Contributed by @JakeWharton (see #427).
    • ๐Ÿ›  Fixed bug when lazily-started coroutine with registered cancellation handler was concurrently started and cancelled.
    • ๐Ÿ‘Œ Improved termination sequence in IO dispatcher.
    • ๐Ÿ›  Fixed bug with CoroutineScope.plus operator (see #559).
    • ๐Ÿ“š Various fixes in the documentation. Thanks to @SUPERCILEX, @yorlov, @dualscyther and @soudmaijer!