writeLockAsync

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