-
- Downloads
Merge pull request #1558 from soltanmm/extension
Overhaul Python C layer.
No related branches found
No related tags found
Showing
- src/python/src/grpc/_adapter/_c.c 0 additions, 86 deletionssrc/python/src/grpc/_adapter/_c.c
- src/python/src/grpc/_adapter/_c/module.c 20 additions, 10 deletionssrc/python/src/grpc/_adapter/_c/module.c
- src/python/src/grpc/_adapter/_c/types.c 23 additions, 12 deletionssrc/python/src/grpc/_adapter/_c/types.c
- src/python/src/grpc/_adapter/_c/types.h 271 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types.h
- src/python/src/grpc/_adapter/_c/types/call.c 163 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/call.c
- src/python/src/grpc/_adapter/_c/types/channel.c 134 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/channel.c
- src/python/src/grpc/_adapter/_c/types/client_credentials.c 286 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/client_credentials.c
- src/python/src/grpc/_adapter/_c/types/completion_queue.c 124 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/completion_queue.c
- src/python/src/grpc/_adapter/_c/types/server.c 183 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/server.c
- src/python/src/grpc/_adapter/_c/types/server_credentials.c 146 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/types/server_credentials.c
- src/python/src/grpc/_adapter/_c/utility.c 460 additions, 0 deletionssrc/python/src/grpc/_adapter/_c/utility.c
- src/python/src/grpc/_adapter/_c_test.py 18 additions, 170 deletionssrc/python/src/grpc/_adapter/_c_test.py
- src/python/src/grpc/_adapter/_call.c 0 additions, 438 deletionssrc/python/src/grpc/_adapter/_call.c
- src/python/src/grpc/_adapter/_call.h 0 additions, 77 deletionssrc/python/src/grpc/_adapter/_call.h
- src/python/src/grpc/_adapter/_channel.c 0 additions, 135 deletionssrc/python/src/grpc/_adapter/_channel.c
- src/python/src/grpc/_adapter/_channel.h 0 additions, 49 deletionssrc/python/src/grpc/_adapter/_channel.h
- src/python/src/grpc/_adapter/_client_credentials.c 0 additions, 121 deletionssrc/python/src/grpc/_adapter/_client_credentials.c
- src/python/src/grpc/_adapter/_client_credentials.h 0 additions, 49 deletionssrc/python/src/grpc/_adapter/_client_credentials.h
- src/python/src/grpc/_adapter/_completion_queue.c 0 additions, 653 deletionssrc/python/src/grpc/_adapter/_completion_queue.c
- src/python/src/grpc/_adapter/_datatypes.py 0 additions, 86 deletionssrc/python/src/grpc/_adapter/_datatypes.py
Loading
Please register or sign in to comment