How to handle this situation, When I am running a long function process. And I have some Notification that comes in between and I have to execute some task with didReceiveNotification.
Note that what i want to do is that i have to stop my function process and have to execute my notification method.
Currently when i pause my mainThread then both the task are getting hanged up. What could be a better way to handle this task.