Skip to content

0.7-beta: Channels

Compare
Choose a tag to compare
@elizarov elizarov released this 07 Feb 07:36
· 3000 commits to master since this release
  • 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 is expanded: sections on contexts and channels.