1.. note::
2
3   Because this client uses :mod:`grpc` library, it is safe to
4   share instances across threads. In multiprocessing scenarios, the best
5   practice is to create client instances *after* the invocation of
6   :func:`os.fork` by :class:`multiprocessing.pool.Pool` or
7   :class:`multiprocessing.Process`.
8