CCF
Loading...
Searching...
No Matches
Namespaces | Functions
worker.h File Reference
#include "ds/internal_logger.h"
#include "tasks/job_board.h"
#include <atomic>
#include <chrono>
#include <cstdlib>
#include <exception>
#include <string>

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::tasks
 

Functions

void ccf::tasks::dump_stacktrace (const std::string &msg)
 
void ccf::tasks::try_do_task (BaseTask &task, bool abort_on_throw=true)
 
void ccf::tasks::task_worker_loop (JobBoard &job_board, std::atomic< bool > &stop_signal, bool abort_on_throw=true)