multiqueue
multiqueue copied to clipboard
Clone trait too restrictive
The automatically-derived Clone trait on MPMCFutSender (and I assume other Senders) requires that T be Clone - however this is unnecessary since no T is never actually cloned while cloning MPMCFutSender, as far as I can tell. Consider writing custom Clone implementations.
Potentially closed by #9, though an update hasn't been published since it was merged.