|
iceberg-cpp
|
Define task executor interfaces. More...
#include <functional>#include <optional>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/util/functional.h"Go to the source code of this file.
Classes | |
| class | iceberg::Executor |
| Schedules iceberg-cpp internal planning tasks. More... | |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Typedefs | |
| using | iceberg::ExecutorTask = FnOnce< void()> |
| using | iceberg::OptionalExecutor = std::optional< std::reference_wrapper< Executor > > |
Define task executor interfaces.