From 3045cde1378a94d3bb616a2f5e56260f13021e19 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 22 Jan 2022 18:50:45 +0100 Subject: [PATCH] Categorize danog/ipc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 968dc9e..4f23764 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ A curated list of amphp packages - [amphp/parallel](https://github.com/amphp/parallel) - Parallel processing - [amphp/parallel-functions](https://github.com/amphp/parallel-functions) - Simplified parallel processing - [amphp/cluster](https://github.com/amphp/cluster) - Building multi-core network applications +- [danog/ipc](https://github.com/danog/ipc) - Async IPC component ## Music @@ -207,7 +208,6 @@ A curated list of amphp packages - [railway-fbp-symfony](https://github.com/darkwood-fr/railway-fbp-symfony) - Railway Flow Based Programming implementation for Symfony - [dag](https://github.com/dbalabka/dag) - Directed acyclic graph of tasks implementation based on Amphp promises - [paginate-php](https://github.com/spacetab-io/paginate-php) - Simple async paginator -- [ipc](https://github.com/danog/ipc) - Async IPC component - [pact-php](https://github.com/pact-foundation/pact-php) - Enables consumer driven contract testing, following the PACT foundation principles - [event-store-client](https://github.com/prooph/event-store-client) - Event Store Client - [micro](https://github.com/prooph/micro) - Functional prooph for microservices @@ -237,4 +237,4 @@ A curated list of amphp packages ## Alternative libraries - [ReactPHP](https://github.com/reactphp/reactphp) - Event-driven, non-blocking I/O -- [Tornado](https://github.com/BedrockStreaming/Tornado) - A library for asynchronous programming \ No newline at end of file +- [Tornado](https://github.com/BedrockStreaming/Tornado) - A library for asynchronous programming