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