#!/usr/bin/env php send("Start data"); // Data sent to child process, received on line 9 of blocking-process.php \printf("Received the following from child: %s\n", yield $context->receive()); // Sent on line 14 of blocking-process.php \printf("Process ended with value %d!\n", yield $context->join()); } finally { Loop::cancel($timer); } });