Help for this page
my $thread= async( sub { $obj->method( ... ) } );
my $thread= async( $obj->can("method"), $obj, ... );