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

refactoring: remove Send for DnsRecordBox #226

Merged
merged 1 commit into from
Jun 15, 2024
Merged

refactoring: remove Send for DnsRecordBox #226

merged 1 commit into from
Jun 15, 2024

Conversation

keepsimple1
Copy link
Owner

We never actually send DnsRecordExt objects across threads. Send was only used once when spawning the thread and it can be removed.

This patch was motivated when researching for issue #193 .

We never actually send DnsRecordExt objects across threads. `Send` was
only used once when spawning the thread and it can be removed.
@keepsimple1 keepsimple1 merged commit 5ae18a6 into main Jun 15, 2024
3 checks passed
@keepsimple1 keepsimple1 deleted the no-send branch June 15, 2024 21:28
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.

None yet

1 participant