Closed technic closed 4 years ago
The Sender should be first cloned and then moved to the worker thread. Otherwise the Sender requires to be Sync, which is not needed for mpsc.
Sync
I am not sure whether I should bump version in Cargo.toml. On my local machine it didn't want to update.
Thank you for your PR!
The Sender should be first cloned and then moved to the worker thread. Otherwise the Sender requires to be
Sync
, which is not needed for mpsc.I am not sure whether I should bump version in Cargo.toml. On my local machine it didn't want to update.