Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_BackgroundThread.H File Reference

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
 

Detailed Description

Simple job queue serviced by a dedicated background std::thread.