Windows.System.Threading.ThreadPool

View on GitHub

-description

Provides access to the thread pool. See Threading and async programming for detailed guidance on using the thread pool:

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.

-examples

-see-also