Async is just as same as promise that returns a future, basically it makes function to return a promise type future!
Await is a keyword which can only be used inside async functions, basically it stops the function till a particular task is completed!
For example :
