Skip to content

Replace epoll's EventVec with just Vec.#1304

Merged
sunfishcode merged 1 commit intomainfrom
sunfishcode/epoll-event-vec
Jan 31, 2025
Merged

Replace epoll's EventVec with just Vec.#1304
sunfishcode merged 1 commit intomainfrom
sunfishcode/epoll-event-vec

Conversation

@sunfishcode
Copy link
Copy Markdown
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
@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