Skip to content

主线程切换

Hiram edited this page Apr 2, 2018 · 1 revision
  • 主线程切换
            string ss = "this run on thread";
            var c = Center.Get<MainThreadComponent>();
            c.RunOnMainThread(x =>
            {
                string s = "this run on main thread";
            },null);

Component

Extensions

Core

  • 框架基础逻辑
  • 组件维护
  • Tick管理
  • 断言
  • Ticker组件
Clone this wiki locally