wip-fakessh-exit-status
David Wilson 7 years ago
parent c15d227da4
commit 792e789908

@ -14,7 +14,7 @@ Liability Waiver
:align: right :align: right
Before proceeding, it is critical you understand what you're involving yourself Before proceeding, it is critical you understand what you're involving yourself
and possibly your team with: and possibly your team and its successors with:
* Constructing the most fundamental class, :py:class:`Broker * Constructing the most fundamental class, :py:class:`Broker
<mitogen.master.Broker>`, causes a new thread to be spawned, exposing a huge <mitogen.master.Broker>`, causes a new thread to be spawned, exposing a huge
@ -22,8 +22,9 @@ and possibly your team with:
not suffer from. not suffer from.
While every effort is made to hide this complexity, you should expect While every effort is made to hide this complexity, you should expect
threading-related encounters during development, and crucially after your threading-related encounters during development, and crucially, years after
program is in production. See :ref:`troubleshooting` for more information. your program reached production. See :ref:`troubleshooting` for more
information.
* While high-level abstractions are provided, you must understand how Mitogen * While high-level abstractions are provided, you must understand how Mitogen
works before depending on it. Mitogen interacts with many aspects of the works before depending on it. Mitogen interacts with many aspects of the

Loading…
Cancel
Save