Concurrent

interface Concurrent<R, W : R>

Inheritors

Functions

Link copied to clipboard
abstract suspend fun <V> read(reader: suspend R.() -> V): V
Link copied to clipboard
abstract suspend fun <V> write(writer: suspend W.() -> V): V