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 1c605a2 commit 99bd42eCopy full SHA for 99bd42e
README.md
@@ -47,7 +47,7 @@ $process->send(function () {
47
// $process->send(function () use ($var1, $var2, ...) { ... });
48
// since the closure will be processed in another file.
49
// Write everything you want without outside dependencies here
50
- // In a future version I create communications variables between both processes
+ // In a future version I will create communications variables between both processes
51
*/
52
});
53
0 commit comments