Actually I want to return a response whenever a request is fired and then execute the task asynchronously so that the client has to not wait for a long to get the response.For that, I am using "Aiohttp" library as I want to perform async tasks.
Can anyone guide me on how can i achieve this in aiohttp?