Callable type representing a job to be executed by the thread pool.
Synopsis
Declared in <bdlmt_threadpool.h>
typedef bsl::function<void()> Job;
Created with MrDocs
Callable type representing a job to be executed by the thread pool.
Declared in <bdlmt_threadpool.h>
typedef bsl::function<void()> Job;
Created with MrDocs