Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: About self-invoked threads into class

by Eliya (Vicar)
on Jun 01, 2012 at 13:58 UTC ( [id://973763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        ref threads->create(...)
    
  2. or download this
        $inter->{THR} = threads->create(sub{$thread->(\$inter->{INT1})});
    
  3. or download this
    package HardThread;
    
    ...
    };
    
    1;
    
  4. or download this
        $self->{inter}   # access to shared data
        $self->{THR}     # access to thread
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found