标签: threadpoolexecutor win-universal-app
如何创建单线程池并在其上执行Task?
Task
基本上,我希望Task.Run()序列化所有要在一个线程上执行的调用。
Task.Run()