Skip to content

synchronized for each

Alexander Sokol edited this page Nov 19, 2019 · 1 revision

core / at.specure.util / kotlin.collections.Iterable / synchronizedForEach

synchronizedForEach

inline fun <T> Iterable<T>.synchronizedForEach(action: (T) -> Unit): Unit

Runs for each sequence in synchronized block

Clone this wiki locally