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

stabilize task::yield_now #514

Merged
merged 1 commit into from
Nov 12, 2019
Merged

stabilize task::yield_now #514

merged 1 commit into from
Nov 12, 2019

Conversation

yoshuawuyts
Copy link
Contributor

Stabilize task::yield_now. It doesn't perform any io, and doesn't rely on any reactor implementations either, so it can be stabilized as part of the std feature. Thanks!

Signed-off-by: Yoshua Wuyts <[email protected]>
@yoshuawuyts yoshuawuyts merged commit 46c58b2 into master Nov 12, 2019
@yoshuawuyts yoshuawuyts deleted the stabilize-yield-now branch November 12, 2019 01:32
@skade
Copy link
Collaborator

skade commented Nov 12, 2019

Can we ensure that we still hold that behind a feature flag so that it doesn't accidentally land in a patch release?

@ghost
Copy link

ghost commented Nov 12, 2019

@skade Any reason why we shouldn't publish 1.1.0 as the next release?

@skade
Copy link
Collaborator

skade commented Nov 12, 2019

@stjepang Mainly as an exercise, we might have situations where we do patch releases in between.

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