Taken from <Ktor 2023 Roadmap> : &gt; We’re extra...
# io
d
Taken from Ktor 2023 Roadmap :
We’re extracting the IO functionality into a separate library. This is a long-standing task that we’ve been working on gradually, and aim to finalize in 2023.
❤️ K @e5l, @Oleg Yukhnevich Will this also include
ktor-network
?
d
I wonder if this separate library will be
kotlinx-io
or
ktor-io
. I reckon it's the latter.
o
I have no real insights here, sorry 😶 But AFAIK, only IO part (sync and async) will be extracted. TCP/UDP will be still in ktor-network, and I don’t think that it’s an issue
a
From my point it is great. I need pure IO without network for my projects.
d
Pure IO will be helpful for most of my projects too. 😛