Jonathan
11/01/2018, 1:36 PMReceiveChannel.toSet()
and ReceiveChannel.toMap()
are ObsoleteCoroutinesApi
but ReceiveChannel.toList()
is not?elizarov
11/01/2018, 1:41 PMJonathan
11/01/2018, 1:43 PMdave08
11/01/2018, 1:47 PMIterable.asReceiveChannel()
was at the same status, and in 1.0.0 it disappeared @elizarov. Will all the other ObsoleteCoroutinesApi
at least go through a deprecation stage before being removed, or might they be removed suddenly?Jonathan
11/01/2018, 2:28 PMdave08
11/01/2018, 2:36 PMelizarov
11/01/2018, 4:39 PMdave08
11/01/2018, 4:43 PMelizarov
11/01/2018, 4:45 PM