stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

name things as AsyncXXX instead of XXXAsync #61

Closed BusyJay closed 7 years ago

BusyJay commented 7 years ago

Normally Async should be put first when appears in name, like AsyncHTTPClient or AsyncTask, rather than HTTPAsyncClient or TaskAsync.

stepancheg commented 7 years ago

Sorry for late reply.

I'm not sure what API should look like. Currently I think that probably sync interfaces should be simply removed.

stepancheg commented 7 years ago

There are no sync interfaces in master now.