DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ReusableThread.hpp File Reference
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <mutex>
#include <string>
#include <thread>
Include dependency graph for ReusableThread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dunedaq::utilities::ReusableThread
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::utilities
 

Detailed Description

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.