mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
7 lines
141 B
7 lines
141 B
6 years ago
|
py_library(
|
||
|
name = "futures",
|
||
|
srcs = glob(["concurrent/**/*.py"]),
|
||
|
srcs_version = "PY2AND3",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|