toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.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
>