|
VTK
9.4.2
|
#include "vtkCommonCoreModule.h"#include "vtkObject.h"#include "vtkSmartPointer.h"#include <atomic>#include <condition_variable>#include <deque>#include <functional>#include <memory>#include <mutex>#include <thread>#include <unordered_map>#include <unordered_set>#include <vector>#include "vtkThreadedCallbackQueue.txx"Go to the source code of this file.
Classes | |
| class | vtkThreadedCallbackQueue |
| simple threaded callback queue More... | |
| class | vtkThreadedCallbackQueue::vtkSharedFutureBase |
vtkSharedFutureBase is the base block to store, run, get the returned value of the tasks that are pushed in the queue. More... | |
| class | vtkThreadedCallbackQueue::vtkSharedFuture< ReturnT > |
A vtkSharedFuture is an object returned by the methods Push and PushDependent. More... | |