|
Foundation
|
#include <future>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | Foundation |
| namespace | Foundation::Core |
| Lock-free atomic primitives and implementations of data structures. | |
Typedefs | |
| template<typename T = void> | |
| using | Foundation::Core::Promise = std::promise< T > |
| template<typename T = void> | |
| using | Foundation::Core::Future = std::future< T > |
| using | Foundation::Core::CondVar = std::condition_variable |
| using | Foundation::Core::Mutex = std::mutex |
| using | Foundation::Core::Thread = std::jthread |
| Alias of std::jthread. | |