We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a500e9 commit 14bba54Copy full SHA for 14bba54
1 file changed
firestore/docs/index.rst
@@ -4,9 +4,9 @@
4
5
Because the firestore client uses :mod:`grpc` library and the third-party
6
:mod:`requests` library, it is safe to share instances across threads.
7
- In multiprocessing scenarios, best practice is to create client instances *after*
8
- :class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes
9
- :func:`os.fork`.
+ In multiprocessing scenarios, the best practice is to create client
+ instances *after* the invocation of :func:`os.fork` by
+ :class:`multiprocessing.Pool` or :class:`multiprocessing.Process`.
10
11
API Reference
12
-------------
0 commit comments