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

fix(s2n-quic-core): add missing inline attributes for into_event #1783

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented May 31, 2023

Description of changes:

I noticed that a bunch of into_event impls were missing #[inline] and so this PR adds those. Having this attribute is important to ensure that the event framework is truly zero cost for each of the events.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review May 31, 2023 23:14
@camshaft camshaft merged commit 35ef507 into main Jun 1, 2023
@camshaft camshaft deleted the camshaft/inline-into-event branch June 1, 2023 18:00
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.

2 participants