Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JoinHandle Send + Sync #145

Merged
merged 1 commit into from
May 7, 2020
Merged

Make JoinHandle Send + Sync #145

merged 1 commit into from
May 7, 2020

Conversation

seanmonstar
Copy link
Member

No description provided.

@seanmonstar seanmonstar merged commit 0b092a2 into master May 7, 2020
@seanmonstar seanmonstar deleted the join-handle-send-sync branch May 7, 2020 22:54
hawkw added a commit that referenced this pull request Jul 23, 2020
Fixed
- An example in the README failing to compile (#132)

Changed
- Updated `scoped-tls` to 1.0.0 (#153)

Added
- `Send` and `Sync` impls for `JoinHandle` (#145)
- `Default` impls for `Mutex`, `RwLock`, and `Condvar` (#138)
@hawkw hawkw mentioned this pull request Jul 23, 2020
carllerche pushed a commit that referenced this pull request Jul 26, 2020
Fixed
- An example in the README failing to compile (#132)

Changed
- Updated `scoped-tls` to 1.0.0 (#153)

Added
- `Send` and `Sync` impls for `JoinHandle` (#145)
- `Default` impls for `Mutex`, `RwLock`, and `Condvar` (#138)

* Update release date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants