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

feat(s2n-quic-core): add platform event loop sleep event #1331

Merged
merged 1 commit into from
May 26, 2022

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented May 26, 2022

Description of changes:

Currently, we have no way of tracking how much time s2n-quic spends in a single event loop iteration. This change adds a PlatformEventLoopSleep which can be used to do just that.

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

@camshaft camshaft force-pushed the camshaft/platform-sleep-event branch from e452517 to e0e1df3 Compare May 26, 2022 01:15
@camshaft camshaft marked this pull request as ready for review May 26, 2022 01:15
@camshaft camshaft merged commit 9e0835e into main May 26, 2022
@camshaft camshaft deleted the camshaft/platform-sleep-event branch May 26, 2022 17:38
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