multiqueue icon indicating copy to clipboard operation
multiqueue copied to clipboard

Clone trait too restrictive

Open VShell opened this issue 7 years ago • 1 comments

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.

VShell avatar Apr 18 '17 08:04 VShell

Potentially closed by #9, though an update hasn't been published since it was merged.

abonander avatar Aug 16 '17 01:08 abonander