|
Flow
Documentation for the Flow C++ Library
|
#include <future>#include <memory>Go to the source code of this file.
Classes | |
| class | flow::ThreadTask |
| A task that can be execute by a thread. Internally, it uses type erasure to store a std::packaged_task. The memory is managed by std::unique_ptr. More... | |
| struct | flow::ThreadTask::ThreadTaskInterface |
| struct | flow::ThreadTask::ThreadTaskImp< Callable > |
Namespaces | |
| namespace | flow |