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

tianhao

08/19/2018, 11:19 PM
Will coroutines team consider to work with gRPC team?
v

Vsevolod Tolstopyatov [JB]

08/20/2018, 9:00 AM
Supporting gRPC is indeed a huge task which is hard to implement alone (especially without proper context and/or end API consumers), so we’re not going to implement it by ourselves just because it’s more beneficial to focus on
kotlinx.coroutines
development. But we’re ready to communicate with gRPC team and/or community (especially if it will be not a “toy spare time project”), provide gRPC specific primitives and participate in coroutine-related code-review and contributions
👍 3
v

v0ldem0rt

08/20/2018, 9:01 PM
We have spent a lot of effort at our current company writing some nice syntactic wrappers for GRPC. I will try to follow up and see if we can opensource that effort.
👍 3
👏 1
4 Views