-
Notifications
You must be signed in to change notification settings - Fork 950
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
Have EventLoopClosed contain the original event #1294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, and congratulations on your first PR!
I've attached a few review comments, but those are largely nitpicks. Overall, this looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks for the PR!
(via CI, shouldn't change behavoir of user code except involved types when using
EventLoopProxy
, because the return value ofEventLoopProxy::send_event
changed)cargo fmt
has been run on this branchcargo doc
builds successfullyCHANGELOG.md
if knowledge of this change could be valuable to users(appropriate example to modify would be
examples/custom_events.rs
, but I'm unsure which modification would be appropriate.)(no appropriate section found, where this should be added)
Fixes #1292.