Abstract Coroutine Server Impl
abstract class AbstractCoroutineServerImpl(val context: CoroutineContext = EmptyCoroutineContext) : BindableService(source)
Skeleton implementation of a coroutine-based gRPC server implementation. Intended to be subclassed by generated code.