dlib.concurrency

A thread pool for running tasks in parallel

Modules

taskqueue
module dlib.concurrency.taskqueue
threadpool
module dlib.concurrency.threadpool
workerthread
module dlib.concurrency.workerthread

Public Imports

dlib.concurrency.threadpool
public import dlib.concurrency.threadpool;
dlib.concurrency.workerthread
public import dlib.concurrency.workerthread;
dlib.concurrency.taskqueue
public import dlib.concurrency.taskqueue;

Meta

Authors

Timur Gafarov