decred / dcrpool

decred mining pool
ISC License
31 stars 28 forks source link

multi: Zero alloc for done chans. #366

Closed davecgh closed 1 year ago

davecgh commented 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.