qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

feat: Expose `timeout` parameter to the main event loop #51

Open wngr opened 3 years ago

wngr commented 3 years ago

feat: Expose timeout parameter to the main event loop, such that co… is passed back to an external caller. This provides more flexibility to the API user.

Related #43 #38

wngr commented 3 years ago

Seems the CI failure is unrelated to my change.