In my App I need to run more than 300 threads asynchronously [Each thread dies within 500ms] . In Android I write an ayncTask class and run my code inside of it. How Can we do in iOS, I need a class not a function.
Please Provide any example, tutorial or documentation. It will be a great help.