Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2015 Changes in this version + func Process(in Decoder, out io.Writer, w Worker, m Marshaler, workers uint) + type Decoder interface + DecodeNext func() (interface{}, error) + type Handler func(interface{}) interface + type Marshaler interface + Marshal func(interface{}) ([]byte, error) + type Worker interface + Done func() + Failure func() uint + MakeHandler func(uint) Handler + RunCount func() uint + Success func() uint + Total func() uint