trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-utils
/
de.connect2x.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