摘要: public static void Main() { var t = Task.Run(() => { throw new Exception("aa"); }); Task.Factory.ContinueWhenAll(new Task[] { t }, (tt) => { Thread.Sl 阅读全文
posted @ 2019-07-24 14:02 zwsu 阅读(1239) 评论(0) 推荐(0) 编辑