You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work! I really appreciate the project!
I was wondering if there are any plans to support listeners for notification click events to notify-rust. I see from the examples that it is not supported yet: https://github.com/hoodie/notify-rust/blob/main/examples/on_close.rs. The macOS dependency mac-notification-sys seems to support it by blocking the thread and waiting until the delegate returns a value. Would it be an option to support similar semantics? Like a blocking notification API?
Or do you think it would be better to explore options to make mac-notification-sys non-blocking? (Maybe by returning the delegate and asynchronously waiting for events?)
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your work! I really appreciate the project!
I was wondering if there are any plans to support listeners for notification click events to notify-rust. I see from the examples that it is not supported yet: https://github.com/hoodie/notify-rust/blob/main/examples/on_close.rs. The macOS dependency mac-notification-sys seems to support it by blocking the thread and waiting until the delegate returns a value. Would it be an option to support similar semantics? Like a blocking notification API?
Or do you think it would be better to explore options to make mac-notification-sys non-blocking? (Maybe by returning the delegate and asynchronously waiting for events?)
The text was updated successfully, but these errors were encountered: