DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

Use swift concurrency to remove hang #190

Closed shp7724 closed 5 months ago

shp7724 commented 5 months ago

The previous fetchRemindersSynchronously blocks the main thread whenever you update the data store, resulting in an unpleasant behavior. This PR uses async/await syntax to guarantee forward progress.

shp7724 commented 5 months ago

@DamascenoRafael Thanks for the detailed review. PTAL: https://github.com/DamascenoRafael/reminders-menubar/pull/190/commits/b32036acbfb68871b628be28950e18a2e07740d9.