kmath-coroutines
/
space.kscience.kmath.coroutines
/
async
common
async
fun <
T
,
R
>
Flow
<
T
>.
async
(dispatcher:
CoroutineDispatcher
= Dispatchers.Default, block: suspend
CoroutineScope
.(
T
) ->
R
):
AsyncFlow
<
R
>
Content copied to clipboard