readLockAsync

open suspend fun <R> readLockAsync(callback: suspend (tx: ConnectionContext) -> R): R(source)