File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments