Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upExtract rayon-futures as a separate crate #436
Conversation
nikomatsakis
and others
added some commits
Apr 17, 2017
This comment has been minimized.
This comment has been minimized.
|
I think we should go ahead and do this soon, since the core additions are still |
dns2utf8
and others
added some commits
Sep 6, 2017
cuviper
force-pushed the
cuviper:factor-out-futures
branch
from
7030282
to
ddd2369
Sep 15, 2017
cuviper
force-pushed the
cuviper:factor-out-futures
branch
from
ddd2369
to
a14568c
Sep 15, 2017
This comment has been minimized.
This comment has been minimized.
|
I added more CI fixes, and finally we're green again! Merging... |
cuviper
merged commit 78f53b2
into
rayon-rs:master
Sep 16, 2017
This was referenced Sep 16, 2017
Closed
cuviper
deleted the
cuviper:factor-out-futures
branch
Sep 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
cuviper commentedSep 9, 2017
This is a rebase of #344, also moving the
futuressupport to a separaterayon-futurescrate. No other changes were made to the actual code.