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 package private isAlive and specific Exception type #535

Merged
merged 2 commits into from
May 25, 2021

Conversation

hamnis
Copy link
Contributor

@hamnis hamnis commented May 25, 2021

The motivation for this is to make it possible to not submit a new task when the TickWheelExecutor is being shutdown.
This mostly happens at the end, so we just want to make sure we dont submit or fail with an exception.

The motivation for this is to make it possible to not submit a new task when the TickWheelExecutor is being shutdown.
This mostly happens at the end, so we just want to make sure we dont submit or fail with an exception.
@hamnis hamnis force-pushed the tickwheel-alive branch from d6ea4d1 to ada8b98 Compare May 25, 2021 11:34
Copy link
Member

@rossabaker rossabaker left a comment

Choose a reason for hiding this comment

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

This won't help on http4s-0.21 unless we pick it to blaze-0.14. I'll see if that's MiMa compliant.

@hamnis
Copy link
Contributor Author

hamnis commented May 25, 2021

oh, this was based on series/0.14, so I must have missed when opening the PR

@hamnis hamnis changed the base branch from main to series/0.14 May 25, 2021 15:07
@hamnis
Copy link
Contributor Author

hamnis commented May 25, 2021

Changed the base to series/0.14, probably needs a rebuild to make sure.

@rossabaker rossabaker merged commit 67db19e into http4s:series/0.14 May 25, 2021
@hamnis hamnis deleted the tickwheel-alive branch May 25, 2021 21:34
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