1 min readMar 1, 2019
We are implementing gRPC with coroutines, and the methods are supposed to be instance members; e.g. https://github.com/square/wire/blob/master/wire-grpc-tests/src/test/proto-grpc/routeguide/RouteGuide.kt
I’m not sure this could easily be turned around as an extension of CoroutineScope
; I can’t visualize it anyway.