We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d5769 commit 2095fcaCopy full SHA for 2095fca
README.md
@@ -15,7 +15,8 @@ Features
15
* inter-process communication between childs-parent using unix sockets
16
* simple serialization for objects(jms serializer), arrays, scalars
17
* async events driven flow (react eventloop)
18
-* integration with a frameworks, see `EProcess\Application\ContainerApplication` for Symfony
+* integration with frameworks, see `EProcess\Application\ContainerApplication` for Symfony
19
+* child workers can have own child workers (i.e. `main -> worker -> worker ...`)
20
21
Example explain features
22
========================
0 commit comments