https://kotlinlang.org logo
#coroutines
Title
# coroutines
z

zak.taccardi

11/05/2019, 10:10 PM
Is there a general timeline for when the Kotlin Coroutines team is looking to release
1.4.0-RC
?
🎉 1
We have some migrations to do to prepare for
1.4
(migrate from
ReceiveChannel<T>
to
Flow<T>
) and need understand how much time we have before
1.4
to prioritize that work and other work
🤔 1
is it possible for
1.4
to hit this year?
b

bdawg.io

11/06/2019, 12:22 AM
Is
ReceiveChannel<T>
supposed to be removed in 1.4??
z

zak.taccardi

11/06/2019, 12:22 AM
no
operators on receive channel will be
m

Mark McCormick

11/06/2019, 8:03 AM
l

louiscad

11/06/2019, 8:30 AM
Kotlin version is different from kotlinx.coroutines version. We're talking about the latter @Mark McCormick 😉
m

Mark McCormick

11/06/2019, 8:32 AM
Oh, I see 💡
v

Vsevolod Tolstopyatov [JB]

11/06/2019, 9:44 AM
is it possible for
1.4
to hit this year?
Not really. There will be at least 1.3.3 (this year) with changes in scheduler/test module. And then a lot of work in Flow for UI programming (state/data flows, sharing, etc.) for 1.4
💥 3
👍 3
k

kevinherron

11/06/2019, 1:34 PM
@Vsevolod Tolstopyatov [JB] glad to hear the scheduler changes are coming sooner rather than later
i'm still quite sad that typed actors got put on the backburner though.
4 Views