my $thread= async( sub { $obj->method( ... ) } ); #### my $thread= async( $obj->can("method"), $obj, ... );