toggle menu
de.quati
2.2.1
common
switch theme
search in API
de.quati
/
de.quati.kotlin.util.coroutine
/
toReceiveChannel
to
Receive
Channel
common
suspend
fun
<
T
>
Iterable
<
T
>
.
toReceiveChannel
(
capacity
:
Int
=
Channel.UNLIMITED
)
:
<Error class: unknown class>
<
T
>
suspend
fun
<
T
>
Collection
<
T
>
.
toReceiveChannel
(
)
:
<Error class: unknown class>
<
T
>