Open hfoffani opened 9 years ago
Some asynchronous operation.
The async keyword will transform a lambda into a promise. Fulfillment will be done implicitly.
async
Could async be extended to any expression?
Some asynchronous operation.