|
Fernando Rodríguez wrote:
> Is there animplementation of reentrant semaphores for dolphin? I was
> planning to implement a Monitor class and it wouldmake my life easier...
Did you take a look at the Mutex class? If I remember correctly it's
semantics are little bit different than a Semaphore>>forMutualExclusion.
CU,
Udo
|