toggle menu
io.github.goquati
1.3.1
jvm
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util.coroutine
/
getOrPutAsync
get
Or
Put
Async
jvm
suspend
fun
<
K
,
V
>
ConcurrentMap
<
K
,
CompletableFuture
<
V
>
>
.
getOrPutAsync
(
key
:
K
,
block
:
suspend
(
K
)
->
V
)
:
V