List concurrent requests as a feature

This commit is contained in:
Tim Kuehn
2016-02-12 01:42:17 -08:00
parent 303cedac7b
commit 935fac9b96

View File

@@ -44,6 +44,7 @@ and make it easy and ergonomic to write servers without dealing with sockets or
directly. See the tarpc_examples package for more sophisticated examples.
## Additional Features
- Concurrent requests from a single client.
- Attributes can be specified on rpc methods. These will be included on both the `Service` trait
methods as well as on the `Client`'s stub methods.
- Just like regular fns, the return type can be left off when it's `-> ()`.