joque
task orchestration library
json.hpp
Go to the documentation of this file.
1 #include "records.hpp"
23 
24 #include <nlohmann/json.hpp>
25 
26 namespace joque
27 {
28 
29 void to_json( nlohmann::json& j, const output_chunk& rec );
30 
31 void to_json( nlohmann::json& j, const run_record& rec );
32 
33 void to_json( nlohmann::json& j, const exec_record& rec );
34 
35 } // namespace joque
MIT License.
Definition: dag.hpp:27
void to_json(nlohmann::json &j, const output_chunk &rec)
Record of execution of entire task set.
Definition: records.hpp:90
Record storing information about a run of one task, produced during single execution once for each ta...
Definition: records.hpp:55
Definition: run_result.hpp:35