my $prepID = $dbh->dbix_threaded_start_prepare( $sql, ... ); ... ## you can do other stuff here ... my $sth = $dbh->dbix_threaded_wait($id);