This commit is contained in:
kevin
2020-07-29 23:15:05 +08:00
parent dc744766a9
commit 8c7f871f89

View File

@@ -16,7 +16,7 @@ const (
minWorkers = 1 minWorkers = 1
) )
var ErrCancelWithNil = errors.New("mr cancelled with nil") var ErrCancelWithNil = errors.New("mapreduce cancelled with nil")
type ( type (
GenerateFunc func(source chan<- interface{}) GenerateFunc func(source chan<- interface{})