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

[Merged by Bors] - Use Drop impl to send worker idle message #1718

Closed
wants to merge 4 commits into from

Conversation

paulhauner
Copy link
Member

Issue Addressed

NA

Proposed Changes

Uses a Drop implementation to help ensure that BeaconProcessor workers are freed. This will help prevent against regression, if someone happens to add an early return and it will also help in the case of a panic.

Additional Info

NA

@paulhauner paulhauner added A0 ready-for-review The code is ready for review labels Oct 3, 2020
Copy link
Member

@michaelsproul michaelsproul left a comment

Choose a reason for hiding this comment

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

😏 I'm lurking

Copy link
Member

@AgeManning AgeManning left a comment

Choose a reason for hiding this comment

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

Yeah looks good to me.

@paulhauner
Copy link
Member Author

Thanks for the review!

bors r+

bors bot pushed a commit that referenced this pull request Oct 4, 2020
## Issue Addressed

NA

## Proposed Changes

Uses a `Drop` implementation to help ensure that `BeaconProcessor` workers are freed. This will help prevent against regression, if someone happens to add an early return and it will also help in the case of a panic.

## Additional Info

NA
@bors bors bot changed the title Use Drop impl to send worker idle message [Merged by Bors] - Use Drop impl to send worker idle message Oct 4, 2020
@bors bors bot closed this Oct 4, 2020
paulhauner added a commit that referenced this pull request Oct 5, 2020
## Issue Addressed

NA

## Proposed Changes

Uses a `Drop` implementation to help ensure that `BeaconProcessor` workers are freed. This will help prevent against regression, if someone happens to add an early return and it will also help in the case of a panic.

## Additional Info

NA
@paulhauner paulhauner deleted the worker-free branch October 5, 2020 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants