Skip to content

0.11-rc: select

Compare
Choose a tag to compare
@elizarov elizarov released this 22 Feb 12:24
· 2857 commits to master since this release
  • select expression with onJoin/onAwait/onSend/onReceive clauses.
  • Mutex is moved to kotlinx.coroutines.experimental.sync package.
  • ClosedSendChannelException is a subclass of CancellationException now.
  • New sections on "Shared mutable state and concurrency" and "Select expression"
    in coroutines guide.