DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
WorkerThread class definitions
WorkerThread defines a std::jthread which runs the do_work() function as well as methods to start and stop that thread. This file is intended to help reduce code duplication for the common task of starting and stopping threads.
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file WorkerThread.cpp.