Skip to content

Update tokio, simplify panic handling, increase threadpool size #946

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

Merged
merged 5 commits into from
May 15, 2019

Conversation

leoyvens
Copy link
Collaborator

Part of #937.

leoyvens added 5 commits May 14, 2019 12:48
Previously the panic handler itself would block
the runtime from shutting down.
Use `panic_handler` in the runtime builider
to simplify our panic handling logic.
I could still observe a small amount of contention
and waiting after this, but it's reduced a lot from before.
Part of  #937.
@leoyvens leoyvens requested a review from a team May 14, 2019 21:16
@leoyvens leoyvens self-assigned this May 14, 2019
@ghost ghost added the pending review label May 14, 2019
@Jannis Jannis merged commit de5465a into master May 15, 2019
@ghost ghost removed the pending review label May 15, 2019
@leoyvens leoyvens deleted the leo/increase-threadpool-size branch May 18, 2019 15:59
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