fun sync(action: InstanceSync.() -> Unit): Unit
In parallel, work with services of all instances matching default filtering.
fun <T> sync(instance: Instance, action: InstanceSync.() -> T): T
Work with instance services of specified instance.
fun sync(instances: Iterable<Instance>, action: InstanceSync.() -> Unit): Unit
In parallel, work with services of all specified instances.