Mokkery
Toggle table of contents
2.9.0
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-coroutines
/
dev.mokkery.coroutines.answering
/
Awaitable
/
Companion
/
send
send
fun
<
T
>
send
(
to
:
SendChannel
<
T
>
,
valueProvider
:
suspend
SuspendCallDefinitionScope
<
T
>
.
(
CallArgs
)
->
T
)
:
Awaitable
<
Unit
>
(
source
)
Suspends until a value provided on each call by the
valueProvider
is sent to the channel.