Go to the source code of this file.
Namespaces | |
server | |
Functions | |
def | server._start_async_server () |
def | server.main () |
Variables | |
server.port = server.add_insecure_port('localhost:%s' % 50051) | |
server.server = aio.server() | |
server.servicer = benchmark_servicer.BenchmarkServicer() | |