lock

open override fun <T> lock(action: () -> T): T

Executes the given action after locking the facade layer of this config.

Return

the return value of the action.

Parameters

action

the given action

Sources

jvm source
Link copied to clipboard