summaryrefslogtreecommitdiff
path: root/docs/narr/threadlocals.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-09 18:42:24 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-09 18:42:24 +0000
commit4b2a55add966c0c4f833feca7a50a6dfeae3d737 (patch)
tree97d1333793034cbe00bd9cf4639b81c5fe286359 /docs/narr/threadlocals.rst
parent192130c6d729c2ed64bf8cd322965789507fe2c2 (diff)
downloadpyramid-4b2a55add966c0c4f833feca7a50a6dfeae3d737.tar.gz
pyramid-4b2a55add966c0c4f833feca7a50a6dfeae3d737.tar.bz2
pyramid-4b2a55add966c0c4f833feca7a50a6dfeae3d737.zip
Diffstat (limited to 'docs/narr/threadlocals.rst')
-rw-r--r--docs/narr/threadlocals.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/threadlocals.rst b/docs/narr/threadlocals.rst
index 4296d8cc1..e73efccb3 100644
--- a/docs/narr/threadlocals.rst
+++ b/docs/narr/threadlocals.rst
@@ -26,7 +26,8 @@ functions exist for this purpose:
``repoze.bfg.threadlocal.get_current_registry``. The former returns
the "current" request; the latter returns the "current" registry.
Both ``get_current_*`` functions retrieve an object from a
-thread-local stack.
+thread-local stack. These API functions are documented in
+:ref:`threadlocal_module`.
During normal operations, the thread local stack is managed by a
:term:`Router` object. Therefore, when the system is operating