cubos::core::thread namespace

Threading module.

Classes

class ThreadPool
Manages a pool of threads, to which tasks can be submitted.
template<typename T>
class Task
Provides a mechanism to access the results of asynchronous operations.