kotlinx.coroutines v0.7-beta Release Notes

    • Buffered and unbuffered channels are introduced: Channel, SendChannel, and ReceiveChannel interfaces, RendezvousChannel and ArrayChannel implementations, Channel() factory function and buildChannel{} coroutines builder.
    • ๐Ÿ—„ Here context is renamed to Unconfined (the old name is deprecated).
    • ๐Ÿ“„ A [guide on coroutines](docs/topics/coroutines-guide.md) is expanded: sections on contexts and channels.