joque
task orchestration library
|
#include "records.hpp"
#include "run_result.hpp"
#include <list>
#include <ostream>
#include <string_view>
Go to the source code of this file.
Namespaces | |
joque | |
MIT License. | |
Functions | |
void | joque::format_nested (std::ostream &os, std::string_view indent, const std::list< output_chunk > &output) |
Assumes that msg is multiline message, streams each line into os , and prefixes each line with indent string. More... | |
void | joque::format_run_end (std::ostream &os, const exec_record &erec, const run_record &rec) |
Formats information about record rec and streams it into os . More... | |
void | joque::format_exec_end (std::ostream &os, const exec_record &erec) |
void | joque::format_status (std::ostream &os, const exec_record &erec, std::string_view name) |