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