From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-06-30 11:04:02


Mattias Brändström wrote:
> The purpose of this class is to lock a mutex before each method call on
> an object of class T, and unlock the mutex when that call returns. It

This is highly suboptimal, I doubt anyone would want to do not knowing what
exactly the cost is.

B.