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

Add {Future,Stream}::wait_until #167

Merged
merged 3 commits into from Apr 12, 2024
Merged

Add {Future,Stream}::wait_until #167

merged 3 commits into from Apr 12, 2024

Conversation

yoshuawuyts
Copy link
Owner

Makes progress towards lifting some of the items from futures-time into this crate: yoshuawuyts/futures-time#5 (comment)

Critically this does not introduce any additional runtime dependencies; it's mostly just new control flow constructs based on the race concurrency primitive.

@yoshuawuyts
Copy link
Owner Author

Both clippy and miri run on nightly, which is currently failing because of rust-lang/rust#121708. We should probably wait for that to resolve before merging.

@yoshuawuyts yoshuawuyts merged commit 929ac6b into main Apr 12, 2024
5 checks passed
@yoshuawuyts yoshuawuyts deleted the futures-time branch April 12, 2024 00:07
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.

None yet

1 participant