my @threads = map threads->create( \&thread, $q ), 1 .. MAX_THREADS; $_->join for @threads;