Commit 792e7899 authored by David Wilson's avatar David Wilson

More.

parent c15d227d
...@@ -14,7 +14,7 @@ Liability Waiver ...@@ -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: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment