![]() |
Block-Structured AMR Software Framework
|
Simple job queue serviced by a dedicated background std::thread. More...
#include <AMReX_Config.H>#include <algorithm>#include <condition_variable>#include <functional>#include <memory>#include <mutex>#include <queue>#include <thread>Go to the source code of this file.
Classes | |
| class | amrex::BackgroundThread |
| Utility class running deferred work on a single background thread. More... | |
Namespaces | |
| namespace | amrex |
Simple job queue serviced by a dedicated background std::thread.