#include <future>#include <chrono>#include <promeki/core/namespace.h>#include <promeki/core/result.h>

Go to the source code of this file.
Classes | |
| class | Future< T > |
| Asynchronous result wrapping std::future<T>. More... | |
| class | Future< void > |
| Specialization of Future for void results. More... | |
See LICENSE file in the project root folder for license information.