elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
382 stars 51 forks source link

OSX does not implement the unix pthread_mutex_timedlock #14

Closed elast0ny closed 6 years ago

elast0ny commented 6 years ago

Unfortunately OSX does not implement "pthread_mutex_timedlock".

This means that regular pthread_cond with a mutex wont be able to have proper timeouts set when trying to acquire the mutex...