js-csp v0.2.0 Release Notes

Release Date: 2014-02-27 // about 10 years ago
    • โž• ADDED: Channel operations, grouped under csp.operations (map, filter, pipe...).
    • โž• ADDED: Named special values:
      • DEFAULT: Returned as .channel when no operation is ready for a non-blocking alts.
      • CLOSED: Returned when taking from a closed channel (still equal to null).
    • โž• ADDED: More example from Go slides.
    • ๐Ÿ”„ CHANGED: Rename wait into sleep.
    • ๐Ÿ›  FIXED: Goroutine's output channel is now closed after return value is delivered.