#include <chrono>#include <future>Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Application.hpp 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. | |