diff options
Diffstat (limited to 'docs/narr/threadlocals.rst')
| -rw-r--r-- | docs/narr/threadlocals.rst | 3 |
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 |
