diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-01-01 15:03:58 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-01-01 15:03:58 -0800 |
| commit | ed301bd5bd00180d05f6c34d6fd3f82cddd4e8f4 (patch) | |
| tree | 8a8a6863f20f8481916f8f4c48399a1a1a53f217 /doc/modules | |
| parent | 19acf22454b19a09372e17fcd051e39752dcb672 (diff) | |
| download | eventlet-ed301bd5bd00180d05f6c34d6fd3f82cddd4e8f4.tar.gz | |
Renamed parallel to greenpool.
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/greenpool.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/modules/greenpool.rst b/doc/modules/greenpool.rst new file mode 100644 index 0000000..9f79d88 --- /dev/null +++ b/doc/modules/greenpool.rst @@ -0,0 +1,5 @@ +:mod:`greenpool` -- Green Thread Pools +======================================== + +.. automodule:: eventlet.greenpool + :members: |
