Help for this page

Select Code to Download


  1. or download this
    my $thread= async( sub { $obj->method( ... ) } );
    
  2. or download this
    my $thread= async( $obj->can("method"), $obj, ... );