Skip to content
#

async/await

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, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.

Here are 145 public repositories matching this topic...

A Windows application made for League of Legends players while they’re in the game, retrieving and displaying real-time performance statistics. Integrated using two APIs provided by Riot Games. The requests are fetched and served asynchronously using JSON and backend infrastructures are designed to populate and display scalable UI controllers.

  • Updated Nov 25, 2020
  • C#