using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace OneNote2PDF.Utils { class AsyncTaskQueue { static void multiThread(string select,long num) { ThreadPool.SetMinThreads(500, 10); } } }