lockUsesToDefinitions

fun <T> lockUsesToDefinitions(action: RunTree<LongRange>.() -> T): T

Access the usesToDefinitions in the action while holding the lock.

Parameters

action

The action to perform with usesToDefinitions while holding the lock.