Skip to content

Conversation

@arielb1
Copy link
Contributor

@arielb1 arielb1 commented Oct 19, 2025

Fully backwards-compatible

See #3950 and hyperium/hyper-util#238

arielb1 pushed a commit to arielb1/hyper-util that referenced this pull request Oct 19, 2025
This avoids bad behavior like being stuck on a busy loop when tokio
paused clock is used.

Requires hyperium/hyper#3965
arielb1 pushed a commit to arielb1/hyper-util that referenced this pull request Oct 19, 2025
This avoids bad behavior like being stuck on a busy loop when tokio
paused clock is used.

Requires hyperium/hyper#3965
@arielb1
Copy link
Contributor Author

arielb1 commented Oct 20, 2025

cc @seanmonstar

@arielb1
Copy link
Contributor Author

arielb1 commented Nov 6, 2025

Any update on this?

src/rt/timer.rs Outdated
/// This function is currently unstable to implement - its
/// definition might change in a future version of Hyper
///
/// FIXME: do we want to mention this function in the module doc comment?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this really be considered unstable? Probably both of these lines can be removed, and just include that "The default implementation calls Instant::now()."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

@arielb1
Copy link
Contributor Author

arielb1 commented Nov 7, 2025 via email

@arielb1
Copy link
Contributor Author

arielb1 commented Nov 7, 2025

Added comment that makes it stable

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@seanmonstar seanmonstar merged commit 5509ebe into hyperium:master Nov 10, 2025
63 of 66 checks passed
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