Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Async Await

Async Await

139 projects

Showing 36 of 139 projects

SwiftTask
SwiftTaskSwift

A Swift library extending promises with progress tracking, pause, cancel, and retry capabilities.

#retry-logic#async-await#progress-tracking
Stars1.9k
Forks175
Last commit7 years ago
workly
worklyJavaScript

A lightweight library to easily move functions or classes to web workers for non-blocking UI execution.

#web-worker#developer-tools#async-await
Stars1.9k
Forks34
Last commit4 years ago
DurableTask
DurableTaskC#

A library for writing long-running persistent workflows in C# using async/await.

#async-await#workflow-orchestration#azure
Stars1.7k
Forks330
Last commit9 hours ago
FastAPI Pagination
FastAPI PaginationPython

A Python library that simplifies pagination in FastAPI applications with support for multiple strategies and database frameworks.

#fastapi#tortoise-orm#python-library
Stars1.7k
Forks162
Last commit6 hours ago
Stripe.Net
Stripe.NetC#

The official Stripe .NET library for integrating Stripe's payment and financial services into .NET applications.

#async-await#integration#dotnet
Stars1.5k
Forks594
Last commit9 hours ago
pify
pifyJavaScript

Convert callback-style functions to promises with flexible options for modules, methods, and edge cases.

#async-await#async-utilities#promise-utilities
Stars1.5k
Forks73
Last commit20 hours ago
p-map
p-mapJavaScript

Map over promises concurrently with configurable concurrency, error handling, and abort control.

#concurrency-control#async-await#mapper
Stars1.5k
Forks74
Last commit3 days ago
Queuer
QueuerSwift

A Swift queue manager built on OperationQueue and GCD for creating and managing asynchronous and synchronous tasks.

#foundation#ios#async-await
Stars1.2k
Forks46
Last commit8 days ago
p-retry
p-retryJavaScript

A promise retry library with exponential backoff, custom retry strategies, and abort functionality.

#async-await#promise-retry#utility-library
Stars1.0k
Forks84
Last commit3 months ago
Promise
PromiseJavaScript

An ESLint plugin that enforces best practices and consistent patterns for JavaScript promises.

#async-await#promises#code-quality
Stars999
Forks103
Last commit18 hours ago
then
thenSwift

A lightweight Swift library for writing concise and maintainable asynchronous code using promises and async/await.

#asynchronous-programming#ios#micro-framework
Stars996
Forks78
Last commit1 year ago
Get
GetSwift

A lean Swift web API client built using async/await for modeling and executing network requests.

#ios#async-await#tvos
Stars993
Forks77
Last commit1 year ago
DnsClient.NET
DnsClient.NETC#

A high-performance, feature-rich DNS client library for .NET with async/await support, caching, and comprehensive protocol support.

#open-source#high-performance#caching
Stars876
Forks148
Last commit4 months ago
Lua-C#
Lua-C#C#

A high-performance Lua 5.2 interpreter implemented in C# for seamless scripting in .NET and Unity applications.

#embedding#async-await#lua-interpreter
Stars835
Forks66
Last commit1 day ago
SwiftCoroutine
SwiftCoroutineSwift

A Swift framework implementing coroutines with async/await, futures, and channels for iOS, macOS, and Linux.

#futures#ios#async-await
Stars833
Forks50
Last commit4 years ago
Asynchronous GPS driver
Asynchronous GPS driverPython

Tutorials, drivers, and applications for asynchronous programming with MicroPython's asyncio library on hardware interfaces.

#iot#embedded-systems#asyncio
Stars828
Forks170
Last commit9 days ago
AwaitKit
AwaitKitSwift

A Swift library that brings ES8 Async/Await syntax to write asynchronous code sequentially.

#asynchronous-programming#ios#async-await
Stars746
Forks54
Last commit5 years ago
electron-better-ipc
electron-better-ipcJavaScript

Simplified IPC communication for Electron apps with request-response pattern support.

#electron-module#async-await#npm-package
Stars743
Forks53
Last commit4 years ago
basic-ftp
basic-ftpTypeScript

A Node.js FTP client library with FTPS over TLS, IPv6 support, async/await API, and TypeScript definitions.

#async-await#tls#file-transfer
Stars730
Forks102
Last commit25 days ago
delay
delayJavaScript

A promise-based utility for delaying execution with support for abort signals, random delays, and unlimited timeout lengths.

#async-await#promise-utilities#timing
Stars625
Forks38
Last commit8 months ago
Promise
PromiseSwift

A Promise library for Swift that simplifies asynchronous programming with chainable operations and error handling.

#asynchronous-programming#ios#async-await
Stars617
Forks57
Last commit1 month ago
Blazor-State
Blazor-StateC#

A fully asynchronous state management library for Blazor applications implementing the Flux pattern with a middleware-driven pipeline.

#hacktoberfest#flux#async-await
Stars613
Forks57
Last commit15 days ago
Async flavor
Async flavorPython

A production-ready FastAPI CRUD API example with async/await, PostgreSQL, and comprehensive Pytest testing.

#fastapi#async-postgres#pytest
Stars562
Forks91
Last commit2 years ago
Bleu
BleuSwift

A modern Bluetooth Low Energy framework for Swift that uses distributed actors and @Resolvable protocols for type-safe communication.

#distributed-actors#ios#bluetooth-le
Stars514
Forks31
Last commit1 month ago
Dispatch
DispatchSwift

A unidirectional, transactional, operation-based state management library for Swift and SwiftUI applications.

#macos-development#async-await#stateobject
Stars501
Forks34
Last commit4 years ago
make-dir
make-dirJavaScript

A Node.js utility to create directories recursively with a promise-based API and custom filesystem support.

#directory-management#filesystem#async-await
Stars481
Forks25
Last commit10 months ago
aiorun
aiorunPython

A "run" function for asyncio-based apps that does all the boilerplate.

#asyncio#async-await#async
Stars469
Forks25
Last commit3 months ago
evt
evtTypeScript

A TypeScript-first, type-safe replacement for EventEmitter with a gentle learning curve.

#promise-based-events#async-await#eventemitter
Stars461
Forks8
Last commit9 months ago
p-event
p-eventJavaScript

A utility to promisify event emitters, allowing you to wait for events using promises or async/await.

#async-await#nodejs#typescript
Stars450
Forks29
Last commit4 months ago
p-memoize
p-memoizeTypeScript

Memoize promise-returning and async functions with configurable caching strategies for performance optimization.

#caching#async-await#performance-optimization
Stars446
Forks32
Last commit9 months ago
kubernetes_asyncio
kubernetes_asyncioPython

Python asynchronous client library for the Kubernetes API, built with asyncio for non-blocking operations.

#asyncio#aiohttp#container-orchestration
Stars436
Forks91
Last commit3 days ago
aiomisc
aiomiscPython

aiomisc - miscellaneous utils for asyncio

#asyncio#service#async-await
Stars424
Forks28
Last commit14 days ago
Mond
MondC#

A scripting language for .NET Core with async/await sequences, prototype inheritance, and easy embedding.

#programming-language#compiler#embedding
Stars395
Forks26
Last commit7 months ago
ngrok-rust
ngrok-rustRust

Embed ngrok secure ingress into Rust applications with a single line of code for instant public URLs.

#reverse-proxy#async-await#secure-ingress
Stars386
Forks36
Last commit21 days ago
RethinkDb.Driver
RethinkDb.DriverC#

A C#/.NET driver for RethinkDB with 100% ReQL API coverage, based on the official Java driver architecture.

#reql#database-driver#hacktoberfest
Stars381
Forks130
Last commit5 years ago
Telegram Bot SDK
Telegram Bot SDKSwift

An unofficial Swift SDK for building Telegram bots with synchronous and asynchronous API support, routing, and command parsing.

#bots#async-await#command-parsing
Stars381
Forks65
Last commit1 year ago
PreviousPage 2 of 4Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Swift35
#Concurrency35
#Ios29
#Promises28
#Async27
#Javascript23
#Nodejs22
#Macos21
#Dotnet20
#Promise17
#Utility Library14
#Error Handling14