Co-routine example: run them!
for my $child ( @children ) {
$child->join if $child;
$child = undef;
}
| Coro and STM | Other ways of doing concurrency | #5 |
for my $child ( @children ) {
$child->join if $child;
$child = undef;
}
| Copyright © 2006 Catalyst IT (NZ) Ltd |