maliput
thread_pool.h File Reference
#include <atomic>
#include <deque>
#include <future>
#include <vector>
#include "maliput/common/maliput_copyable.h"
#include "maliput/common/maliput_throw.h"
Include dependency graph for thread_pool.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ThreadPool
 Creates a pool of threads and a pool of tasks to be executed by the threads simultaneously. More...
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::utility