Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Parallel::ForkManager and multiple datasets

by bliako (Monsignor)
on Jul 07, 2018 at 08:46 UTC ( [id://1218087]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %results = ();
    $pfm->run_on_finish( sub {
    ...
        # surely this is sequential code here so no need to lock %results,
    + right?
        @results{keys %$data} = values %$data;
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1218087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-16 04:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found