Hi Peter,
computeValue() may recursively call get() by example to crawle the
inheritance hierarchy so i am not sure a lock is a good idea here
because in that case, it usually takes several millis to complete the to
level computeValue.
regards,
Rémi
On 05/03/2015 12:32 AM, Peter Levart wrote
On 05/03/2015 11:10 AM, Remi Forax wrote:
Hi Peter,
computeValue() may recursively call get() by example to crawle the
inheritance hierarchy so i am not sure a lock is a good idea here
because in that case, it usually takes several millis to complete the
to level computeValue.
regards,
Rém