ASyncTask increase number of threads?

I am using AsyncTask to run code on other threads.

        AsyncTask(ENamedThreads::AnyBackgroundHiPriTask, [parameter1]()
        {

        });

I am running the async code many times per tick, how can i increase the number of threads/resources used to do the async tasks?