toggle menu
trixnity-utils
4.2.2
common
switch theme
search in API
trixnity-utils
/
net.folivo.trixnity.utils
/
ConcurrentImpl
Concurrent
Impl
class
ConcurrentImpl
<
R
,
W
:
R
>
(
constructor
:
(
)
->
W
)
:
Concurrent
<
R
,
W
>
Members
Constructors
Concurrent
Impl
Link copied to clipboard
constructor
(
constructor
:
(
)
->
W
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
read
Link copied to clipboard
open
suspend override
fun
<
V
>
read
(
reader
:
suspend
R
.
(
)
->
V
)
:
V
write
Link copied to clipboard
open
suspend override
fun
<
V
>
write
(
writer
:
suspend
W
.
(
)
->
V
)
:
V