my $thr = threads->create({'context' => 'void'}, \&foo); ... $thr->join();