async_extra
async_extra copied to clipboard
Better interface for Rpc.Connection.{client,with_client}
It should accept an 'addr where_to_connect instead of forcing the use of a TCP connection. Locally, an unix connection instead of a TCP one would be more efficient.
Changing the signature of Rpc.Connection.client might require a lot of changes. However I don't think it's a problem to add other functions. Patch welcome :)