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: prepare Tokio v1.4.0 #3621

Merged
merged 2 commits into from Mar 20, 2021
Merged

chore: prepare Tokio v1.4.0 #3621

merged 2 commits into from Mar 20, 2021

Conversation

davidpdrsn
Copy link
Member

@davidpdrsn davidpdrsn commented Mar 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)

@davidpdrsn davidpdrsn added the A-tokio Area: The main tokio crate label Mar 20, 2021
tokio/CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Taiki Endo <te316e89@gmail.com>
@davidpdrsn davidpdrsn merged commit dcac336 into master Mar 20, 2021
@davidpdrsn davidpdrsn deleted the prepare-tokio-1.4.0 branch March 20, 2021 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants