From 1d1c61872d2bff04d6319cf7f47e0778c9b4b0b3 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 9 Feb 2022 19:42:56 -0500 Subject: [PATCH 1/2] Add aioprocessing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 667bb3b..89a7801 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [aiocache](https://github.com/argaen/aiocache) - Cache manager for different backends. * [aiofiles](https://github.com/Tinche/aiofiles/) - File support for asyncio. * [aiodebug](https://github.com/qntln/aiodebug) - A tiny library for monitoring and testing asyncio programs. +* [aioprocessing](https://github.com/dano/aioprocessing) - Provides asynchronous, asyncio compatible, coroutine versions of many blocking instance methods on objects in the multiprocessing library. * [aiorun](https://github.com/cjrh/aiorun) - A `run()` function that handles all the usual boilerplate for startup and graceful shutdown. * [aioserial](https://github.com/changyuheng/aioserial) - A drop-in replacement of [pySerial](https://github.com/pyserial/pyserial). * [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin From f68be3427433d549de45dc2a665b4fbee9de7ff9 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 9 Feb 2022 19:45:40 -0500 Subject: [PATCH 2/2] Fix whitespace README from commit e9ea6d60bd0f1f6156502d302948a8ebf80f7c90 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a7801..eaf432a 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin * [asgiref](https://github.com/django/asgiref) - Backend utils for ASGI to WSGI integration, includes sync_to_async and async_to_sync function wrappers. * [ruia](https://github.com/howie6879/ruia) - An async web scraping micro-framework based on asyncio. + ## Writings *Documentation, blog posts, and other awesome writing about asyncio.*