DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <mutex>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
class | dunedaq::utilities::ReusableThread |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::utilities |
Reusable thread wrapper The same thread instance can be used with different tasks to be executed Inspired by: https://codereview.stackexchange.com/questions/134214/reuseable-c11-thread
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file ReusableThread.hpp.