dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Mutex.tryLock
dlib
core
mutex
Mutex
Try to enter critical section. Return immediately if the mutex is already locked
struct
Mutex
int
tryLock
(
)
Meta
Source
See Implementation
dlib
core
mutex
Mutex
functions
destroy
init
lock
tryLock
unlock
variables
_mutex
Try to enter critical section. Return immediately if the mutex is already locked