![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <chrono>#include <future>
Include dependency graph for Async.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::async |
Functions | |
| template<typename T = void> | |
| bool | galaxy::async::is_work_done (const std::future< T > &task) noexcept |
| Check if an async thread has finished or not. | |