mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
List concurrent requests as a feature
This commit is contained in:
@@ -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.
|
directly. See the tarpc_examples package for more sophisticated examples.
|
||||||
|
|
||||||
## Additional Features
|
## Additional Features
|
||||||
|
- Concurrent requests from a single client.
|
||||||
- Attributes can be specified on rpc methods. These will be included on both the `Service` trait
|
- 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.
|
methods as well as on the `Client`'s stub methods.
|
||||||
- Just like regular fns, the return type can be left off when it's `-> ()`.
|
- Just like regular fns, the return type can be left off when it's `-> ()`.
|
||||||
|
|||||||
Reference in New Issue
Block a user