Extensions for java.util.concurrent.locks.ReentrantReadWriteLock

Platform and version requirements: JVM (1.0)

read

Executes the given action under the read lock of this lock.

fun <T> ReentrantReadWriteLock.read(action: () -> T): T
Platform and version requirements: JVM (1.0)

write

Executes the given action under the write lock of this lock.

fun <T> ReentrantReadWriteLock.write(action: () -> T): T

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.concurrent/java.util.concurrent.locks.-reentrant-read-write-lock/index.html