0.7-beta: Channels
- Buffered and unbuffered channels are introduced:
Channel
,SendChannel
, andReceiveChannel
interfaces,
RendezvousChannel
andArrayChannel
implementations,Channel()
factory function andbuildChannel{}
coroutines builder. Here
context is renamed toUnconfined
(the old name is deprecated).- A guide on coroutines is expanded: sections on contexts and channels.