Subject: Re: [Boost-users] Mutex is always blocking
From: Benjamin Lau (blwy10v_at_[hidden])
Date: 2008-10-06 10:47:29


Have you tried using the mutex member function try_lock?

See: http://www.boost.org/doc/libs/1_36_0/doc/html/thread/synchronization.html#thread.synchronization.mutex_concepts.lockable.try_lock

Hope this helps!
Benjamin