Task task = Task.Run(() => { }); task.GetAwaiter().OnCompleted(() => { });
Task.Run
原文:https://www.cnblogs.com/simadi/p/12283400.html