js-csp v0.3.0 Release Notes
-
- โ ADDED: Buffered channels can use transducers to transform values put onto them.
- ๐ CHANGED: Each goroutine now always returns a channel.
- ๐ CHANGED:
yield ch
now behaves the same asyield take(ch)
. - ๐ CHANGED:
sleep
is deprecated in favor oftimeout
.