Question - What are the asynchronous tasks that should occur in an event loop? 
          
        
        Answer - 
        Following are some of the tasks that can be done using an event loop asynchronously:
•	Blocking send requests
•	High computational requirement
•	Real-time I/O operations