Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Remove impl Send for Handle #70

Merged
2 commits merged into from Mar 7, 2018
Merged

Remove impl Send for Handle #70

2 commits merged into from Mar 7, 2018

Conversation

ghost
Copy link

@ghost ghost commented Mar 6, 2018

Implementation of Send for Handle was a bug. Handles really aren't supposed to be sendable to other threads.

Fixes #65.

cc @Thomasdezeeuw

@Thomasdezeeuw
Copy link

This looks good to me. Maybe the changelog could use a single line mentioning that Collector can be shared and a Handle should be created per thread?

@ghost ghost merged commit 6e1e732 into crossbeam-rs:master Mar 7, 2018
@ghost ghost deleted the remove-send-for-handle branch March 8, 2018 16:33
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants