Task.Factory.StartNew(f => { }, null); Task.Factory.StartNew(() => { });

多线程。

原文地址:https://www.cnblogs.com/hualiu0/p/4608229.html