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: 2025-04-25 00:02:20 UTC
- JSON Representation
https://github.com/tunnckocore/gruu
(WIP, see gruu-api) Microscopic test framework, built on Promises and ~150 SLoC. Concurrency, plugins, reporters and ES2017 ready, but works on Node.js 0.10 too!
async-await async-functions callbacks concurrency es2015 es2017 plugins promises tap test-runner testing
Last synced: 27 Feb 2025
https://github.com/nargonath/twitter-auth-await
Twitter auth library for async/await users
async-await twitter twitter-api twitter-authentication
Last synced: 13 Feb 2025
https://github.com/junker/paren-async
async/await extension for Parenscript
async-await common-lisp parenscript
Last synced: 21 Feb 2025
https://github.com/sofiane-abou-abderrahim/ajax-async-js-http-in-nodejs-express-mongodb-website
In this NodeJS - Express - MongoDB website, I sent AJAX requests. Therefore, I can send my own requests without getting the page reloading and I handle the response manually in my browser-side code. For this, I used the fetch() function. With this function, I sent GET requests and POST requests.
ajax ajax-request async-await dom dom-manipulation error-handling express fetch get-request http-methods javascript json mongodb nodejs post-request promise response-errors technical-errors try-catch
Last synced: 03 Apr 2025
https://github.com/wendreof/api-ts
REST API made with TypeScript, NodeJS, Docker and MongoDB.
async-await js jsontocsv rest transpile
Last synced: 06 Mar 2025
https://github.com/jomagene/time-tracking-dashboard
This repository contains the "Time Tracking Dashboard" solution, built with HTML for structure, Sass for responsive styling using mixins, media queries, and Grid, and JavaScript for fetching JSON data and updating the DOM.
async-await dom-manipulation fetch grid-layout mixins sass
Last synced: 14 Apr 2025
https://github.com/howprogrammingworks/deferred
Deferred (and comparison to Future and Promise)
async async-await asynchronous asynchronous-programming deferred future promise thenable
Last synced: 26 Feb 2025
https://github.com/riron/swim
A generic connection pool for Rust
async-await connection-pool database rust rust-lang
Last synced: 27 Mar 2025
https://github.com/gichukipaul/yet-another-recipe-app-yara-
Yet Another Recipe App (YARA) is a simple and user-friendly recipe application developed to demonstrate skills in Swift and SwiftUI. It allows users to search for various recipes, view recipe details, and explore a wide range of culinary options.
async-await mvvm-architecture networking swift swiftui
Last synced: 10 Apr 2025
https://github.com/joshuakgoldberg/async-await-generators-typescript-and-jquery
A brief explaration for SeattleJS into async/await, generators, and hacking TypeScript to like jQuery.
async-await generators jquery talk typescript
Last synced: 31 Mar 2025
https://github.com/devopsthinh/kotlin-coroutines
Kotlin offers a nice feature known as coroutine - a high-level framework, to perform anything asynchronously, coordinate tasks behind the scenes. It will make the developer's life easier. Code readability, conciseness, and easier thread management.
anko-coroutine async-await asynchronous coroutines coroutines-android coroutines-channels coroutines-flow kotlin-coroutines
Last synced: 16 Mar 2025
https://github.com/kelvin-ben/javascript-project
In this project, We created an interactive web app using multiple API's to get and render info and multimedia, as well as implement like and comment features.
api async-await es6-javascript html-css-javascript webpack
Last synced: 28 Feb 2025
https://github.com/vaheqelyan/babel-plugin-promise
Promisify plugin for babel,turn any callback into promise
api async async-await async-await-features asynchronous babel babel-plugin callback callback-functions promise promise-library
Last synced: 21 Feb 2025
https://github.com/xaqron/ckc
Kurento Client async/await
async-await kurento kurento-client media-server nodejs webrtc
Last synced: 03 Apr 2025
https://github.com/suhy-jang/wonder-weather
open weather api, async await, search with geo-location
async-await geographic-locations open-weather-api
Last synced: 27 Feb 2025
https://github.com/rushisangani/networkkit
Testable network layer seamlessly integrating Combine Framework, and Async/Await using Swift Package
async-await combine-framework framework ios-network-layer swift swiftpackagemanager
Last synced: 19 Nov 2024
https://github.com/askolesov/gosync
An async/await-like experience in Go, making concurrency simple.
async-await concurrency golang parallel-programming
Last synced: 01 Mar 2025
https://github.com/frycz/google-drive-upload
:outbox_tray: Easily build applications allowing users to upload text to Google Drive as Docs files
async-await es7 gapi google-drive rollup
Last synced: 16 Feb 2025
https://github.com/felipecastrosales/dart_async
🔄 | Learning more about Async concepts with Dart. | Event Loop, Futures (and variations), asynchronous methods and Completers.
async async-await asynchronous asynchronous-programming await-async completer dart dart-package dart2 dartlang event-loop flutter future futures timeout
Last synced: 17 Mar 2025
https://github.com/ahmadrezamozaffary/me
About me
api async-await javascript json promise tailwindcss
Last synced: 03 Mar 2025
https://github.com/ijayabby/weather-app
This application is a simple page built with vanilla JavaScript that displays the different weather conditions in real time by fetching data from OpenWeather API.
api async-await openweather-api vanilla-javascript weather-app
Last synced: 10 Jan 2025
https://github.com/point-platform/servant
Async .NET dependency injection, while you await!
async-await csharp dependency-injection dependency-injection-container dotnet
Last synced: 16 Mar 2025
https://github.com/kffl/fastify-amqp-async
:zap::rabbit: Fastify AMQP plugin with modern Promise-based API based on amqplib-as-promised
amqp async-await fastify fastify-amqp fastify-plugin fastify-plugins fastify-rabbitmq rabbitmq
Last synced: 13 Apr 2025
https://github.com/rueian/context-circuit-breaker
context circuit breaker for nodejs
async-await circuit-breaker nodejs promise
Last synced: 16 Mar 2025
https://github.com/codedcontainer/tkinterinvestmentportfoliomanager
A simple financial portfolio GUI for managing a Robinhood and Fidelity account using Python 3 Tkinter module.
async-await gui-application investing pandas sqlite3 tkinter tkinter-python-app yahoo-finance-api
Last synced: 23 Feb 2025
https://github.com/yuleicul/build-your-own
đź› Learning by building. Build your own React, SWR, Promise, Async/await, etc.
async-await homemade promise react source-code swr
Last synced: 03 Apr 2025
https://github.com/sofiane-abou-abderrahim/javascript-share-my-place
This JavaScript demo uses Webpack to bundle my code and Babel to translate it to older JavaScript code that runs in older browsers as well. I integrated Google Maps library to this project to display a map on the screen. I also created a sharable link with the clipboard API which people can use to load the place in a other page.
async-await babel browser-api browser-support fetch-api google-maps-api javascript location navigator-clipboard promises webpack
Last synced: 03 Apr 2025
https://github.com/saketkothari/infinite-scroll
Infinite scrolling is a web-design technique that loads content continuously as the user scrolls down the page, eliminating the need for pagination.
async-await cats dom infinite-scroll unsplash-api vanilla-javascript
Last synced: 21 Mar 2025
https://github.com/lamiasristy/weather-app-js
This project is a weather forecast site, using the weather API. Here a user is able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.
api async-await html-css-javascript javascript responsive-design webpack
Last synced: 29 Mar 2025
https://github.com/0xopenbytes/network
🕸️ Output and Input for remote URLs using REST
async-await datatask get headers network post rest swift url urlsession
Last synced: 16 Feb 2025
https://github.com/re-quant/rxjs-awaitable-observables
🧨 This package makes async/await working with Observables without .toPromise() 💥
angular async-await nestjs promise rxjs ts typescript
Last synced: 13 Mar 2025
https://github.com/alvdalen/snjor-mvvm-coordinators
A Swift-based iOS app using the Unsplash API to browse and display images, built with MVVM architecture and Coordinator pattern for navigation.
api async-await combine coordinator coordinator-pattern diffabledatasource mvvm swift swiftlint uicollectionviewdiffabledatasource uikit unsplash unsplash-api
Last synced: 20 Dec 2024
https://github.com/luciofranco/tokio-async-await-test
A macro for better async/await tokio testing
async-await proc-macro rust testing-tools
Last synced: 02 Jan 2025
https://github.com/priontoabdullah/javascript-typescript-oop-es6-dom-problem-practice
🔔 The goal of this repo is to save my js programs. Basics of JavaScript. Beginner level. 🗽🚀
async-await dom error-handling es6 events javascript oop
Last synced: 13 Jan 2025
https://github.com/vector-man/objectivepaths
ObjectivePaths is a wrapper for .NET filesystem operations, treating every filesystem item as an object.
abstraction async-await csharp directories directory dotnet-core dotnet-framework dotnetstandard-2-0 file files filesystem-library linq paths
Last synced: 04 Mar 2025
https://github.com/chrisnajman/meme-generator
Built from Scrimba's 'Build a meme generator' tutorials. Dynamically add text to the top and bottom of the image. Click the button to generate a new image.
api async-await controlled-components css-nesting form-elements github-pages-website html-css-javascript props reactjs scrimba state-management useeffect-hook vitejs
Last synced: 14 Apr 2025
https://github.com/killercup/async-read-progress
Extension traits for inspecting AsyncRead progress.
Last synced: 21 Feb 2025
https://github.com/stevendelro/startnow-react200-movie-finder
OCA's Curriculum Finale Project
async-await axios express nodejs react react-animations react-redux react-router-v4 react-spinners redux redux-thunk uuid
Last synced: 22 Feb 2025
https://github.com/mwongess/search-panel
A search panel to search universities in the specified country.
api async-await fetch-api reactjs
Last synced: 22 Mar 2025
https://github.com/tunnckocore/gruu-api
Core API for Gruu and Mukla - Minimal, modern and extensible test runners
async-await async-functions callbacks concurrency core-api es2015 es2017 parallel test-runner testing
Last synced: 06 Apr 2025
https://github.com/nmrshll/auth-rs
A minimal authentication / authorization server using rust, Hyper, Postgres, and async/await
async async-await auth authentication authentication-server authorization authorization-middleware authorization-server await hyper middleware performance postgres rust server users
Last synced: 30 Mar 2025
https://github.com/bobthebuidler/ez-a-sync
Implement dual-functional sync/async functions and classes with minimal effort. Supports Python 3.8 thru 3.11.
async async-await asyncio sync
Last synced: 08 Mar 2025
https://github.com/rzvxa/dwait
Deferred async operation made easy in JavaScript
async async-await await fp functional-programming javascript nodejs promise-chain rust typescript
Last synced: 18 Feb 2025
https://github.com/agust613/app_crud_rest_api
App CRUD with FastAPI and SQLite3
api application async-await backend crud css database fastapi fetch-api frontend html javascript python randomuser-api sqlite3 table tablemanager
Last synced: 23 Feb 2025
https://github.com/simonberner/githubfollowme
An iOS16+ App to get and show followers from GitHub :octocat:
async-await codable combine feature-flags ios roadmap screen-enum-pattern swift5 swiftui uikit webkit xctest xcuitest
Last synced: 19 Feb 2025
https://github.com/nealarch01/triviaquizapp
đź’ˇ Trivia quiz iOS app created with SwiftUI. Utilizes OpenTriviaDB API to fetch questions.
api-client async-await ios json-decoding mvvm swift swift5 swiftui trivia trivia-game
Last synced: 06 Mar 2025
https://github.com/masoumehmohebbi/react-noteapp-redux-tlk
A NoteApp With Remote-State & Redux-Toolkit ✎📱
async-await async-data note-app notes-app persian-language pnpm redux-toolkit remote-state rtl
Last synced: 22 Feb 2025
https://github.com/ahzhezhe/async-utility
Utility to convert async function to sync function, execute async function synchronously & resolve promise synchronously.
async async-await promise sync
Last synced: 19 Apr 2025
https://github.com/c-villain/marvel
Pet project for marvel app
async-await coordinator marvel marvel-api marvel-comics marvelapp mvvm obfuscator swagger swiftui
Last synced: 04 Mar 2025
https://github.com/g-mark/evident
Thread-safe components for working with Swift Concurrency
async-await networking swift-concurrency
Last synced: 23 Mar 2025
https://github.com/avdaredevil/promise-enhancements
Enhances Promises in JavaScript to allow for more advanced chaining, retrying, etc
async-await javascript nodejs promise promise-map retry
Last synced: 08 Mar 2025
https://github.com/cajuncoding/lazycachehelpers
An easy to use cache implementation for all layers of an application with support for both Sync & Async Lazy<T> initialization.
async async-await async-cache blocking-cache cache caching csharp csharp-library in-memory-caching lazy lazy-loading self-populating-cache
Last synced: 12 Nov 2024
https://github.com/jcoreio/chai-wait-for
poll until an assertion succeeds
assertion async async-await await chai poll retry wait
Last synced: 19 Nov 2024
https://github.com/denissimon/urlsessionadapter
A Codable wrapper around URLSession for networking.
adapter api-adapter api-client async-await carthage cocoapods codable http-client ios macos network-service networking rest-api swift swift-library swift-package-manager urlrequest urlsession xcode
Last synced: 23 Mar 2025
https://github.com/mariodudjak/multilayeronionarchitecture
ASP.NET & Angular - Example of Onion multilayer architecture.
angular4 asp-net async-await automapper composition-pattern dependency-injection entity-framework inversion-of-control ninject onion-architecture repository-pattern srp unit-testing unitofworkpattern
Last synced: 13 Apr 2025
https://github.com/awaitbox/window-loaded
Await for the `window` to be loaded.
async async-await async-functions await dom web-development webdev window
Last synced: 12 Apr 2025
https://github.com/joaomilho/async-js
⤨ A talk about async stuff
async async-await asynchronous fantasy-land javascript mostjs parallel talk
Last synced: 24 Mar 2025
https://github.com/wahyukmr/xirafood
Xirafood is a web app that can be used to search for various types of food recipes, create our own food recipes, save food recipes in bookmarks, etc. using HTML, SASS, JavaScript, Parcel, and the MVC architecture pattern in its creation.
ajax api async-await asynchronous html-css-javascript mvc-architecture parcel programming project promise sass scss
Last synced: 08 Apr 2025
https://github.com/jonbnewman/use-prompt
Display a react component to a user asynchronously
async async-await hook hooks react typescript
Last synced: 12 Apr 2025
https://github.com/farahibrar/5-day-coding-challenge
I am documenting my journey through the Code Institute's 5-Day Challenge! Tasked with creating an engaging webpage teaching "How to make tea?" using HTML, CSS, and JavaScript, I embarked on this coding adventure. In addition to tackling the challenge prompts, I seized the opportunity to develop my own unique webpage as part of the challenge.
async-await attributes css csstransition cssvariables dommanipulation es6-javascript eventhandling fetchapi flexbox-grid html htmlforms hyperlinks javascript mediaelements pseudo-classes responsive-design semantichtml
Last synced: 20 Mar 2025
https://github.com/auctoritae/hedonistic
Nice, simple and minimalistic guide to explore Athens - the best restaurants, bars, stores and landmarks. SwiftUI | Async/await | SwiftData | Redux
async-await mapkit redux spm swift swiftdata swiftui
Last synced: 31 Mar 2025
https://github.com/ashishshres/javascript-projects
Curated List of Projects Focused on Building Strong Foundations in JavaScript
api async-await dom-manipulation javascript javascript-project project-repository
Last synced: 02 Apr 2025
https://github.com/ashishshres/github-profile-viewer
GitHub Profile Viewer using JavaScript
api async-await css dom-manipulation fetch html javascript promises
Last synced: 02 Apr 2025
https://github.com/defaultik/discord2telegram
A bot that forwards messages from Telegram to Discord and vice versa
aiogram async-await asynchronous asyncio discord-bot discord-py python python3 telegram-bot
Last synced: 02 Apr 2025
https://github.com/hmmhmmhm/uuid-scheduler
🌳 Task scheduler with uuid and delay options based on async task
async async-await javascript npm scheduler task task-runner task-scheduler tick-processor typescript
Last synced: 21 Feb 2025
https://github.com/jb1905/react-render-actions
đź’Ą Set of JavaScript actions to use during component rendering
async-await filter if-else loop map promise react reduce rendering switch-case
Last synced: 08 Apr 2025
https://github.com/underthestars-zhy/asyncurlsession
A replacement of Apple's URLSession
Last synced: 20 Feb 2025
https://github.com/amercier/files-by-directory
NodeJS library to list files by directory, recursively, using asynchronous iteration (for-await-of).
async async-await directory filesystem for-await-of nodejs walker
Last synced: 09 Apr 2025
https://github.com/NikSativa/SmartNetwork
Light weight wrapper around URLSession
api async-await fast interception interceptor ios json mac macos plugin rest stoptheline strongly-typed swift visionos watchos
Last synced: 11 Mar 2025
https://github.com/jamessedlacek/handleloadingstates
SwiftUI Async Await Handle Loading States
async-await error-handling loading swiftui toast
Last synced: 11 Mar 2025
https://github.com/jellydn/better-async-demo
Easy to handle the async await without try catch
Last synced: 11 Mar 2025
https://github.com/hongtae/corodispatchqueue
Simple Concurrency Library with Coroutine Dispatch Queue
async async-await asynchronous asynchronous-programming concurrency concurrency-library coroutines cpp-coroutines cpp-programming cpp20 dispatchqueue multithreading parallelism single-header-library threadpool
Last synced: 04 Jan 2025
https://github.com/mahdiydev/mlib
Asynchronous programming in C programming language
async async-await asynchronous asynchronous-programming asyncio c c-programming-language
Last synced: 10 Apr 2025
https://github.com/tiagomaial/github-profiles-app
An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.
actor-model async-await structured-concurrency swift swift5-5 swiftui urlsession
Last synced: 02 Apr 2025
https://github.com/scriptex/async-array-prototype
Async array methods in JavaScript
array-methods async-await async-programming
Last synced: 10 Apr 2025
https://github.com/virtualstate/promise
Async tools
async-await async-iterables deno iterator-helpers javascript promise typescript
Last synced: 10 Apr 2025
https://github.com/kupriyanovnik/bikestat
an application written in SwiftUI, which may be useful for cyclists
async-await coredata corelocation mvvm swiftui
Last synced: 17 Mar 2025
https://github.com/nia3zzz/login-system---node--mysql--react
This Login System is a fullstack web app thats authenticates user, with functionalities for saving a user with hashed password in DB, logging in a user by comparing the typed and hashed password and saves a token in the localstorage after login. It uses MYSQL as the database, Express.js for handling server-side logic, React.js for rendering UI.
async-await authentication axios bcryptjs bootstrap5 expressjs full-stack-web-development mysql mysql2 nodejs react-router-dom reactjs single-page-app
Last synced: 12 Mar 2025
https://github.com/goodhatsllc/disposable
🗑️ Disposable lifecycle handlers. 'Disposables' are source-agnostic and can represent custom handlers or wrap Swift Tasks, Combine Cancellable, RxSwift Disposables, etc.
async-await combine lifecycle rxswift swift
Last synced: 02 Mar 2025
https://github.com/boddepallyvenkatesh06/github-user-search-app
Using the GitHub API to pull profile data and display it - search for users by their username. You can switch between light and dark themes
async-await github-api react switch-theme
Last synced: 27 Mar 2025
https://github.com/skasselbard/embeddedrust
Async runtime for embedded rust and access to resources that are based on the embedded-hal crate
async-await embedded-hal executor rust
Last synced: 03 Apr 2025
https://github.com/eldimious/express-async-handler
Simple middle to handle exceptions and catch error within express routes in asynchronous and pass them to your express error handlers.
async-await asynchronous await error-handling error-middleware express express-error-handler express-middleware handler nodejs
Last synced: 27 Mar 2025
https://github.com/george-swift/ninja
An endless platform game implemented with the Phaser 3 library and vanilla JS. Users must overcome growing obstacles with each level up to accumulate kata. Game rankings are uploaded to Leaderboard.
api async-await es6-javascript jest phaser3 webpack
Last synced: 28 Mar 2025
https://github.com/saulwolfdev/typescript-node-mongodb-rest-api
Aplicación para subir imágenes con Node,Express,Typescript,mongoDB
async-await express fs-extra mongodb mongosse morgan multer npm rimraf typescript uuid
Last synced: 04 Apr 2025
https://github.com/irina-anat/goit-js-hw-11
Search images (JS)
api async-await axios infinity-scroll js notiflix pagination simplelightbox-library
Last synced: 24 Feb 2025
https://github.com/qwtel/lilit
Florian's little iterator library.
async-await async-iterators for-await-of iterator-library iterators library
Last synced: 26 Feb 2025
https://github.com/joostf/async-demo
Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam
api async-await event-loop fetch json promise xhr
Last synced: 22 Mar 2025
https://github.com/takaneichinose/message-box-web-component
Alert, Confirm, Prompt dialog box (modal) in Web Components
alert async async-await await await-async await-promises confirm css dialog html javascript javascript-es6 messagebox modal modal-dialog nodejs promise prompt typescript webcomponents
Last synced: 09 Apr 2025
https://github.com/elmccd/ceed
Set of JS async utils making building pipelines in JS easier
async-await build-pipelines build-tool ci-cd pipelines
Last synced: 18 Mar 2025
https://github.com/venndev/vgo
The library helps you have the async-await syntax in Go that runs on goroutines.
async-await asynchronous asynchronous-programming golang-package goroutine goroutines
Last synced: 20 Feb 2025
https://github.com/pktcodes/tabs-react-project
Tabs Project using React
api async-await css3 ecmascript6 fetch-api html5 javascript react react-hooks react-icons tabs useeffect usestate
Last synced: 22 Feb 2025
https://github.com/berkaysancar/games-swiftui-mvvm
SwiftUI, MVVM, CoreData, Async-Await, Pagination
async-await coredata json-api mvvm networking swiftui
Last synced: 08 Apr 2025
https://github.com/saulwolfdev/app-weather-city
async-await javascript npm-package poo vanilla-javascript webpack
Last synced: 04 Apr 2025
https://github.com/ksmooi/cxx_lab
cxx_lab is a comprehensive learning platform designed to help developers and researchers deepen their understanding of C++ for backend and cloud technologies through practical modules, demos, and applications.
async-await multithreading network-programming network-protocols nosql-database parallel-programming sql-database
Last synced: 01 Apr 2025
https://github.com/pktcodes/tabs-react-project-v2
Tabs Project using React
api async-await css ecmascript fetch-api html javascript react react-hooks react-icons tabs useeffect usestate vite
Last synced: 22 Feb 2025
https://github.com/f-bh/go-async
A simple type safe implementation of the async - await pattern in golang
async async-await await go golang
Last synced: 28 Feb 2025
https://github.com/iotchulindrarai/files_downloaderusingurl
I have created responsive web application using Javascript , HTML, CSS while learning DOM manipulation, asynchronous with callback,promises, async/await) and also learned auto background play
async-await callback css dom-manipulation html javascript promises video
Last synced: 05 Apr 2025
https://github.com/2dubu/aysnc_await
Study how to use of aysnc await.
async-await asynchronous swift swiftui
Last synced: 05 Mar 2025
https://github.com/oybekkayumov/pics
Fetch data from API inside a React application, how to show list of records
api async-await class css grid html javascript react state
Last synced: 29 Mar 2025