in common/src/main/kotlin/component/KotlinEnvironment.kt [58:60]
fun <T> synchronize(f: () -> T): T { return f() }