Add ability to pipeline rpc requests

This commit is contained in:
Jason Paryani
2013-10-19 22:38:10 -07:00
parent 96bfc495d8
commit c3354e9069
5 changed files with 127 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ def example_client():
client = example_capability_capnp.TestInterface.new_client(Server(), loop)
req = client.request('foo')
req = client._request('foo')
req.i = 5
remote = req.send()