![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Definition and implementation of a thread-safe queue, taken from A. Williams "C++ Concurrency in Action" 2nd Edition, chapter 6. More...
Definition and implementation of a thread-safe queue, taken from A. Williams "C++ Concurrency in Action" 2nd Edition, chapter 6.
#include <mutex>
Include dependency graph for WorkStealingQueue.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::Async::WorkStealingQueue< BaseQueue > |
| Wrapper class around a queue, that provides the interface for work stealing. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |