synchronized
@DeprecatedSinceKotlin
(
"1.6"
,
"1.9"
)
inline
fun
<
R
>
synchronized
(
lock
:
Any
,
block
:
(
)
->
R
)
:
R
(source)