Interest
Proportion of Hacker News items mentioning "await" over time.
Mentions
Total number of Hacker News items mentioning "await" over time.
In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function. Read more on Wikipedia