Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By requiring items to be `Copy` we reduce the queue to only work with primitives. But, queue dosn't require `Copy` to send items. Yes, they are technically copied over to the Queue buffer, but semantically this is a move, and having `send()` consume it's argument provides the move semantics.
- Loading branch information