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

Partially implement thread::{Thread,ThreadId} #175

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

bdonlan
Copy link
Contributor

@bdonlan bdonlan commented Oct 6, 2020

This implements Thread and ThreadId, with the exception of the park() and
unpark() APIs.

This implements Thread and ThreadId, with the exception of the park() and
unpark() APIs.
@carllerche carllerche merged commit 9a64417 into tokio-rs:master Oct 8, 2020
bdonlan pushed a commit to bdonlan/loom that referenced this pull request Oct 22, 2020
Apparently I forgot to check this in on the prior PR (tokio-rs#175)
bdonlan pushed a commit to bdonlan/loom that referenced this pull request Oct 23, 2020
Apparently I forgot to check this in on the prior PR (tokio-rs#175)
carllerche pushed a commit that referenced this pull request Oct 23, 2020
Apparently I forgot to check this in on the prior PR (#175)

Co-authored-by: Bryan Donlan <bdonlan@amazon.com>
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