Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

https://github.com/sriramvarmat/currency-converter

The Currency Converter is a web application that allows users to convert amounts from one currency to another. It provides real-time exchange rates using an external API, ensuring accurate and up-to-date conversions. The application features a user-friendly interface with visual indicators like country flags for easy identification of currencies.

async-await asynchronous-programming callback-functions css currency-converter dom-manipulation external-api fetch-api forms frontend html javascript promises

Last synced: 24 Dec 2024

https://github.com/belchenkov/easy_http

Custom HTTP Library (Ajax with Callback)

async-await es6-classes fetch jsonplaceholder-api

Last synced: 09 Nov 2024

https://github.com/pferreirafabricio/csharp-parallel-concurrency

⚑ A comprehensive study of asynchronous, concurrent, and parallel programming concepts in C#

async async-await asynchronous asynchronous-programming cancellationtoken concurrency csharp dotnet parallel

Last synced: 14 Nov 2024

https://github.com/mesqueeb/asyncify

πŸ”„ Swift utility class designed to convert callback-based asynchronous methods into the modern async/await pattern.

async-await callback-to-async callback-to-await completion-handler-to-async-await modernise swift swift-concurrency

Last synced: 13 Nov 2024

https://github.com/grimen/node-sandbox

Experiments with latest Node.js / Stream API features.

async-await blocking examples experiments generators labs node non-blocking sandbox streams

Last synced: 13 Nov 2024

https://github.com/belchenkov/ajax_sandbox

Working with Ajax on vanilla JS

ajax async-await fetch js skeleton

Last synced: 09 Nov 2024

https://github.com/ink-feather-org/ts-utils

Contains various typescript utils.

async-await promise-chain promises typescript utility

Last synced: 16 Nov 2024

https://github.com/bunnysakura/ipcxx

η”¨δΊŽδΈ­ι—΄δ»ΆεΌ€ε‘ηš„θ½»ι‡ηΊ§C++ζ‘†ζžΆγ€‚ | A lightweight C++ framework for middleware development.

async async-await event-driven events ipc queue thread thread-pool threadpool timers

Last synced: 14 Nov 2024

async/await Awesome Lists
async/await Categories