Skip to content

Releases: urjitbhatia/gopipe

Buffered pipeline tail capacity fix

09 Jan 06:33
Compare
Choose a tag to compare

Fixes the missing buffer capacity for the tail channel

Fluent API and Simpler multiplexing using Junctions

20 Feb 00:53
Compare
Choose a tag to compare

Routing is much easier and fluent via Junctions API
See examples for how to use Junctions.

v1.0.0 Gopipe release

19 Feb 23:20
de0ae68
Compare
Choose a tag to compare

Adding Semver2.0.0 compliant tags to support a v2 merge.

  • v2 adds a simpler API including easy Junction creation (ChanFans in v1).
  • Enqueue and Dequeue style pipeline control.