Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-coroutines
/
dev.mokkery.coroutines.answering
/
Awaitable
/
Companion
/
receive
receive
fun
<
T
>
receive
(
from
:
ReceiveChannel
<
T
>
)
:
Awaitable
<
T
>
Suspends until an element is received from the channel.