LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
Async Directory Reference

Files

file  Queue.h [code]
 Definition and implementation of a thread-safe queue, taken from A. Williams "C++ Concurrency in Action" 2nd Edition, chapter 6.
 
file  ThreadPool.h [code]
 Definitions of two thread pool classes: basic with a single queue for all threads and more advanced one with local queues and work stealing.
 
file  Async/Utilities.h [code]
 Set of small utility classes and functions used in the Async part of LLU.
 
file  WorkStealingQueue.h [code]
 Definition and implementation of a thread-safe queue, taken from A. Williams "C++ Concurrency in Action" 2nd Edition, chapter 6.