core
0.18.1
core
/
de.peekandpoke.kraft.async
Package de.
peekandpoke.
kraft.
async
Types
Functions
Types
Data
Loader
Link copied to clipboard
class
DataLoader
<
T
>
(
component
:
Component
<
*
>
,
val
options
:
DataLoader.Options
<
T
>
)
Content copied to clipboard
Functions
async
Link copied to clipboard
fun
<
T
>
async
(
block
:
suspend
(
)
->
T
)
:
Deferred
<
T
>
Content copied to clipboard
data
Loader
Link copied to clipboard
fun
<
T
,
C
>
Component
<
C
>
.
dataLoader
(
load
:
(
)
->
Flow
<
T
>
)
:
DataLoader
<
T
>
Content copied to clipboard
launch
Link copied to clipboard
fun
<
T
>
launch
(
block
:
suspend
(
)
->
T
)
Content copied to clipboard