0.7-beta: Channels
- Buffered and unbuffered channels are introduced:
Channel,SendChannel, andReceiveChannelinterfaces,
RendezvousChannelandArrayChannelimplementations,Channel()factory function andbuildChannel{}
coroutines builder. Herecontext is renamed toUnconfined(the old name is deprecated).- A guide on coroutines is expanded: sections on contexts and channels.