Results 1 comments of Ian

u can try this: first u can declare a func() chan: > task:=make(chan func()) then use for range receive the task : > go func() { > for t:=range task...