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?
No comments:
Post a Comment