withStartToCloseTimeout(5) ); $a = $simple->echo('a'); $b = $simple->echo('b'); yield $a; yield $b; return 'OK'; } }