synchronize()
Syntax
synchronize(lock, expression)
Evaluates expression
synchronized with respect to the lock lock
. Returns the
value of the expression.
synchronize(lock, expression)
Evaluates expression
synchronized with respect to the lock lock
. Returns the
value of the expression.