elementary / portals

https://elementary.io
GNU General Public License v3.0
22 stars 5 forks source link

Background: Make Asynchronous #84

Closed Marukesu closed 1 year ago

Marukesu commented 1 year ago

Make all of the DBus calls and methods asynchronous so that we don't end up blocking others interfaces, methods and initialization. The notifications server proxy is now started when we first call send_notification() so we don't end starting it early than necessary.