RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Move events to async #528

Closed renbinden closed 3 years ago

renbinden commented 3 years ago

Lots of the events can be run async in order to avoid having to run the service methods from the main thread/a sync task. Wherever possible, we should replace the sync tasks being run with events that are flagged as asynchronous.