dkgv / pinpoint

Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
https://usepinpoint.com
GNU General Public License v3.0
154 stars 17 forks source link

Make plugin `TryLoad` async #94

Closed clawcastle closed 3 years ago

clawcastle commented 3 years ago

Refactored TryLoad to be async.

Added some default implementations to ease development (default TryLoad and IsLoaded fit most of our plugins that don't require much logic on load).

Changed some internals of Currency and Bookmark plugins to take advantage of them now being asynchronous.

Closes #91 .