Monday, 24 April 2017

System halts in event loop for a big for loop

I have created a service in which for loop is iterating about 1 million times and the event loop engaged until all the iterations completes.

Is there any method to run for loop in background without halting the event loop?



via Abhishek Agarwal

No comments:

Post a Comment