Is there a general timeline for when the Kotlin Co...
# coroutines
z
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
Is
ReceiveChannel<T>
supposed to be removed in 1.4??
z
no
operators on receive channel will be
m
l
Kotlin version is different from kotlinx.coroutines version. We're talking about the latter @Mark McCormick 😉
m
Oh, I see 💡
v
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
@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.