We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
string ss = "this run on thread"; var c = Center.Get<MainThreadComponent>(); c.RunOnMainThread(x => { string s = "this run on main thread"; },null);