Skip to content

Commit b6f6e7c

Browse files
authored
add asyncio into the doc hub page (#918)
1 parent 96a3940 commit b6f6e7c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

doc/source/hubs.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ A hub forms the basis of Eventlet's event loop, which dispatches I/O events and
77

88
Eventlet has multiple hub implementations, and when you start using it, it tries to select the best hub implementation for your system. The hubs that it supports are (in order of preference):
99

10+
**asyncio**
11+
| Asyncio based hub. Run Eventlet code in an Asyncio eventloop.
12+
| By using this hub, Asyncio and Eventlet can be run the same thread in the same process.
13+
| We discourage new Eventlet projects.
14+
| We encourage existing Eventlet projects to migrate from Eventlet to Asyncio.
15+
| This hub allow you incremental and smooth migration.
16+
| See the `migration guide <https://eventlet.readthedocs.io/en/latest/migration.html>`_ for further details.
1017
**epolls**
1118
Linux. This is the fastest hub for Linux.
1219
**kqueue**

0 commit comments

Comments
 (0)