ConcurrentImpl

class ConcurrentImpl<R, W : R>(constructor: () -> W) : Concurrent<R, W>

Constructors

Link copied to clipboard
constructor(constructor: () -> W)

Types

Link copied to clipboard
object Companion

Functions

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