namespace
threadThreading module.
Classes
- class ThreadPool
- Manages a pool of threads, to which tasks can be submitted.
- class Process
- Provides a cross-platform way to spawn child processes.
-
template<typename T>class Task
- Provides a mechanism to access the results of asynchronous operations.