Skip to content

Commit

Permalink
[trivial] linkage awesome-asyncio into our migration guide (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
4383 committed Mar 27, 2024
1 parent e1afe7b commit d396281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Cancellation of ``asyncio.Future`` and killing of ``eventlet.GreenThread`` shoul
Using these two APIs, with more to come, you can gradually migrate portions of your application or library to ``asyncio``.
Calls to blocking APIs like ``urlopen()`` or ``requests.get()`` can get replaced with calls to ``aiohttp``, for example.

The `awesome-asyncio <https://github.com/timofurrer/awesome-asyncio>`_ github repository propose a curated list of awesome
Python asyncio frameworks, libraries, software and resources. Do not hesitate to take a look at it. You may find
candidates compatible with asyncio that can allow you to replace some of your actual underlying libraries.


Step 3. Drop Eventlet altogether
--------------------------------
Expand Down

0 comments on commit d396281

Please sign in to comment.