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

Replace epoll's EventVec with just Vec. #1304

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

sunfishcode
Copy link
Member

EventVec was an artifact of an older API. At this point, it was just a trivial wrapper around a Vec, so we can drop it and just use Vec now.

`EventVec` was an artifact of an older API. At this point, it was just a
trivial wrapper around a `Vec`, so we can drop it and just use `Vec`
now.
@sunfishcode sunfishcode merged commit ccc8cf8 into main Jan 31, 2025
45 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/epoll-event-vec branch January 31, 2025 14:08
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.

1 participant