Windows.System.Threading.ThreadPool
-description
Provides access to the thread pool. See Threading and async programming for detailed guidance on using the thread pool:
- Submit a work item to the thread pool
- Use a timer to submit a work item
- Create a periodic work item
- How to create and use pre-allocated work items
- Best practices for using the thread pool
- How to respond to named events and semaphores
- How to use functions as work item delegates
Note
The ThreadPool API is supported for desktop as well as UWP apps.
-remarks
The ThreadPool class has only static methods, so its methods can be called without creating an instance of the class.