Skip to content

Commit fb6738e

Browse files
committed
Add more asyncio links to LINKS.md
1 parent b6f8fb1 commit fb6738e

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

LINKS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,24 @@ This document lists some links that may be helpful for this project.
1111

1212
* [PEX](https://docs.pex-tool.org)
1313

14-
## Async I/O
14+
## General Async I/O
1515

1616
* [Python's asyncio: A Hands-On Walkthrough](https://realpython.com/async-io-python/)
17+
* [Awesome asyncio](https://github.com/timofurrer/awesome-asyncio)
18+
19+
## Producer-Consumer-Workers / Channels
20+
21+
* [aiomultiprocess](https://github.com/omnilib/aiomultiprocess)
22+
* [anyio](https://github.com/agronholm/anyio)
23+
* [pychanasync](https://github.com/Gwali-1/PY_CHANNELS_ASYNC)
24+
* [janus](https://github.com/aio-libs/janus)
1725
* [joblib](https://joblib.readthedocs.io)
1826

27+
## Pipelines
28+
29+
* [aiostream](https://github.com/vxgmichel/aiostream)
30+
* [asyncstdlib](https://github.com/maxfischer2781/asyncstdlib)
31+
1932
## Task Queues
2033

2134
* [Taskiq](https://taskiq-python.github.io)

0 commit comments

Comments
 (0)