Service
A look about the client
Introduction
The client is a standalone client to be use with Nameko or Girolle service. It is
made to be fast and to be able to handle a lot of request. The client is made to
be used with the tokio
runtime.
The client in Girolle try to mimic the Nameko client. It is made to be easy to use
with the sync method send()
and the async method call_async()
and result()