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

Use a global event ID counter on Windows #243

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Oct 2, 2024

Avoids generating duplicate event IDs in different threads. Note that event IDs are defined to be thread-local, so this is not a semantic change, but it does help with debugging and with detecting illegal use of event IDs.

Avoids generating duplicate event IDs in different threads. Note that event IDs are defined to be thread-local, so this is not a semantic change, but it does help with debugging and with detecting illegal use of event IDs.
@s-ludwig s-ludwig requested a review from l-kramer October 2, 2024 10:27
@l-kramer l-kramer merged commit 0cdddc4 into master Oct 2, 2024
23 checks passed
@s-ludwig s-ludwig deleted the windowseventids branch October 21, 2024 12:18
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