0.3.0 - incapsulated input channel
Concurrency primitive exposition is a bad practice. Instead of providing input channel parapipe.In()
it now provides parapipe.Push(v interface{})
and parapipe.Close()
methods
Concurrency primitive exposition is a bad practice. Instead of providing input channel parapipe.In()
it now provides parapipe.Push(v interface{})
and parapipe.Close()
methods