joque
task orchestration library
|
#include "dag.hpp"
#include "exec_visitor.hpp"
#include "records.hpp"
#include <iostream>
#include <span>
#include <string_view>
Go to the source code of this file.
Classes | |
class | joque::print_exec_visitor |
Default visitor for execution. Prints information on stdout or stderr. More... | |
Namespaces | |
joque | |
MIT License. | |
Variables | |
print_exec_visitor | joque::PRINT_VISITOR |
Global instance of print visitor used as default argument for exec More... | |