Closed davecgh closed 1 year ago
This requires #359.
Since the done channels are only used to signal completion by closing the channel, use a zero alloc struct{} for the type.
struct{}
This requires #359.
Since the done channels are only used to signal completion by closing the channel, use a zero alloc
struct{}
for the type.