Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/async-await
- Wikipedia: https://en.wikipedia.org/wiki/Async/await
- Released: 2007
- Related Topics: callback, coroutines, async, promise, future, actor-model, continuation-passing-style, concurrent-computing,
- Last updated: 2024-12-18 00:02:23 UTC
- JSON Representation
https://github.com/monika171/javascript-sandbox
JavaScipt front to back. Async JS, ES5, ES6, ES7 async await, Patterns etc.
arrow-functions async-await asynchronous-programming callbacks es5 es6-javascript es7-async es7-javascript fetch-api javascript oop promises
Last synced: 04 Dec 2024
https://github.com/SamShakusky/vk-botlerplate
Minimalistic and easy to setup VK Bot boilerplate. Using node (express), parcel (es6 modules and async-await avaliable) and node-vk-bot-api.
async-await babel bot es6 express node node-vk-bot-api parcel vk
Last synced: 23 Oct 2024
https://github.com/RMariowski/QuotefancyDownloader
Simple console application written in .NET Core 2.2, that automatically downloads images from quotefancy.com
async async-await async-functions async-programming asynchronous asynchronous-programming asynchronous-tasks asynctask console-application csharp dotnet dotnet-core dotnet-core2 dotnetcore
Last synced: 23 Oct 2024
https://github.com/jcoreio/async-autocomplete-cli
tool for prompting the user to select from a list of choices, where the choices are fetched asynchronously, and new choices are fetched as the user types
async async-await autocomplete choices cli list picker
Last synced: 05 Dec 2024