Skip to content
Snippets Groups Projects
Commit a41d8d42 authored by Kyle's avatar Kyle
Browse files

added documentation file

added new python script for creating the settings
parent f61893f8
No related branches found
No related tags found
No related merge requests found
#include "caf/all.hpp"
#include "caf/io/all.hpp"
#include "summa_client.hpp"
#include "summa_actor.hpp"
#include "message_atoms.hpp"
......@@ -90,8 +89,6 @@ behavior running(stateful_actor<summa_client_state>* self, const actor& server_a
self->state.config_path.value_or(config_path),
self);
},
[=](done_batch, double total_duration, double total_read_duration, double total_write_duration) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment