Module dlib.core.thread

Cross-platform thread class. Supports Windows and Posix

Description

This module provides a platform-independent multithreading API. For now, it supports Windows and Posix threads (pthreads). The interface is greatly inspired by core.thread from Phobos, but dlib.core.thread is fully GC-free and can be used with dlib.core.memory allocators.

Classes

NameDescription
Thread Base class for creating threads