
30 Nov
2009
30 Nov
'09
6:21 a.m.
Am Saturday 28 November 2009 23:29:00 schrieb Oliver Kowalke:
I've uploaded a new version of boost.fiber - main features are:
while looking at mutex.cpp, I think there is a bug in mutex::timed_lock(): according to http://www.boost.org/doc/libs/1_41_0/doc/html/thread/synchronization.html#th... "Attempt to obtain ownership for the current thread. Blocks until ownership can be obtained, or the specified time is reached. If the specified time has already passed, behaves as try_lock()." if the specified time has already passed, fiber::timed_lock does not behave as try_lock(), but returns false immediatly.