vtkThreadedCallbackQueue: adding a `Get` API.
This API is added to leverage the short cuts that `vtkThreadedCallbackQueue::Wait` is able to take. This API permits to get the value returned by the task corresponding to the input future.
Showing
- Parallel/Core/Testing/Cxx/TestThreadedCallbackQueue.cxx 1 addition, 1 deletionParallel/Core/Testing/Cxx/TestThreadedCallbackQueue.cxx
- Parallel/Core/vtkThreadedCallbackQueue.h 16 additions, 0 deletionsParallel/Core/vtkThreadedCallbackQueue.h
- Parallel/Core/vtkThreadedCallbackQueue.txx 19 additions, 2 deletionsParallel/Core/vtkThreadedCallbackQueue.txx
Loading
Please register or sign in to comment