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

Remove the custom queue implementation. #93

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Conversation

creachadair
Copy link
Owner

Use mlink.Queue instead. It allocates a tiny bit more (because no freelist) but not enough to worry about.

Use mlink.Queue instead. It allocates a tiny bit more (because no freelist) but
not enough to worry about.
@creachadair creachadair merged commit 03c871e into main Mar 14, 2023
@creachadair creachadair deleted the mjf/remove-custom-queue branch March 14, 2023 20:52
creachadair added a commit that referenced this pull request Mar 14, 2023
Another step toward #46.

Maintenance:
- Update module dependencies.
- handler: fix an outdated comment
- Remove the custom queue implementation. (#93)

Breaking changes:
- code: remove the code registration hooks (#91)
- server: remove the Run helper (#92)

Although these changes are breaking, I surveyed existing usage visible from the
search engine, and did not find anything likely to care.
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