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

chore(deps): Upgrade Tokio to 1.4 #6993

Merged
merged 1 commit into from
Apr 3, 2021
Merged

chore(deps): Upgrade Tokio to 1.4 #6993

merged 1 commit into from
Apr 3, 2021

Conversation

jszwedko
Copy link
Member

@jszwedko jszwedko commented Apr 2, 2021

Signed-off-by: Jesse Szwedko jesse@szwedko.me

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
@jszwedko jszwedko requested review from a team and prognant and removed request for a team April 2, 2021 22:07
@jszwedko
Copy link
Member Author

jszwedko commented Apr 2, 2021

Changelog:

1.4.0 (March 20, 2021)

Added

  • macros: introduce biased argument for select! (#3603)
  • runtime: add Handle::block_on (#3569)

Fixed

  • runtime: avoid unnecessary polling of block_on future (#3582)
  • runtime: fix memory leak/growth when creating many runtimes (#3564)
  • runtime: mark EnterGuard with must_use (#3609)

Documented

  • chore: mention fix for building docs in contributing guide (#3618)
  • doc: add link to PollSender (#3613)
  • doc: alias sleep to delay (#3604)
  • sync: improve Mutex FIFO explanation (#3615)
  • timer: fix double newline in module docs (#3617)

Copy link
Member

@lukesteensen lukesteensen left a comment

Choose a reason for hiding this comment

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

Easy peasy 🍋

@jszwedko
Copy link
Member Author

jszwedko commented Apr 2, 2021

cc/ @leebenson this upgrade adds the biased select! arms we were talking about.

@jszwedko jszwedko merged commit a6131d4 into master Apr 3, 2021
@jszwedko jszwedko deleted the upgrade-tokio branch April 3, 2021 14:50
@leebenson
Copy link
Member

Ah, nice @jszwedko! I'll introduce biased in #6610 (as well as generally bringing that up to date with tokio) 👍🏻

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.

3 participants