kekyo / Epoxy

Easy, simplicity and minimalism multi-platform MVVM library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancements for UIThread.Bind()

kekyo opened this issue · comments

  • Add Awaitable<bool> UIThread.TryBind(): Because some minor timing will be caused exceptions on UI shutdown process.
    It's returns false when binding is faulted.
  • Add UIThread Bind(Action action): Same as WPF's Dispatcher.BeginInvoke(...)
  • And varies of these patterns overloads.

Deploying 1.5.2

Verified by FlashCap.