Skip to content

v1.2.3 Thread-Safety

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 08 Jun 02:56
· 99 commits to master since this release

Version 1.2.3 is ready! DialogManager is now thread-safe. This means you can now call IDialogService from background services without having to worry about UI thread access!

  • DialogManager is now thread-safe, dispatching UI calls to the UI thread
  • Added optional dispatcher parameter to DialogManager