diff options
Diffstat (limited to 'doc/threading.rst')
| -rw-r--r-- | doc/threading.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/threading.rst b/doc/threading.rst index 3a0486e..7e91db6 100644 --- a/doc/threading.rst +++ b/doc/threading.rst @@ -9,8 +9,6 @@ You can only communicate cross-thread using the "real" thread primitives and pip The vast majority of the times you'll want to use threads are to wrap some operation that is not "green", such as a C library that uses its own OS calls to do socket operations. The :mod:`~eventlet.tpool` module is provided to make these uses simpler. -The optional :ref:`pyevent hub <understanding_hubs>` is not compatible with threads. - Tpool - Simple thread pool --------------------------- |
