static Task RunInThreadAsync( System.Action action )

static Task<T> RunInThreadAsync( System.Func<T> func )

static Task RunInThreadAsync( System.Func<Task> task )

static Task<T> RunInThreadAsync( System.Func<System.Threading.Tasks.Task`1, T> task )

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.