Coro and STM Other ways of doing concurrency #5

Co-routine example: run them!

for my $child ( @children ) {
    $child->join if $child;
    $child = undef;
}
Copyright © 2006 Catalyst IT (NZ) Ltd