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 as yield take(ch).
    • ๐Ÿ”„ CHANGED: sleep is deprecated in favor of timeout.