gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 34 forks source link

Thread synchronization #168

Closed gecko0307 closed 4 years ago

gecko0307 commented 4 years ago

dlib.core.thread should provide cross-platform synchronization/mutex API (using pthread_mutex_lock under Posix and EnterCriticalSection under Windows).

gecko0307 commented 4 years ago

Implemented as dlib.core.mutex, needs test under Linux.