wxMaxima
Loading...
Searching...
No Matches
Data Structures
BackgroundQueue.h File Reference

A priority work-queue thread pool for offloading work to background threads. More...

#include "Version.h"
#include <condition_variable>
#include <deque>
#include <functional>
#include <memory>
#include <mutex>
#include <thread>
#include <utility>
#include <vector>
Include dependency graph for BackgroundQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BackgroundTask
 A unit of work that has been handed to the BackgroundQueue. More...
 
class  BackgroundQueue
 A process-wide thread pool that runs BackgroundTasks, highest priority first. More...
 

Detailed Description

A priority work-queue thread pool for offloading work to background threads.