-
Updated
Aug 7, 2021 - Cython
#
async-await
Here are 1,178 public repositories matching this topic...
Ultra fast asyncio event loop.
Promise packages, patterns, chat, and tutorials
nodejs
javascript
polyfill
promises
list
awesome
async
promise
delay
unicorns
iteration
concurrency
promise-library
resources
async-functions
series
bluebird
awesome-list
ponyfill
async-await
fulfillment
promise-queue
promise-modules
promise-chain
promise-rejection
rejection-reason
promise-patterns
-
Updated
Aug 3, 2021
yancyribbens
commented
Feb 12, 2021
danijeld
commented
May 11, 2021
Task export inconsistent with actions
In JS mode, exporting tasks as module.exports = class SomeTask
causes AH to throw an error when trying to execute it ' task not found' but exporting as exports.someTask = SomeTask
works. Actions work either way.
From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where
nodejs
javascript
api
bootstrap
redis
aws
boilerplate
koa
framework
react-native
mvc
mongodb
mongoose
s3
prettier
passport
ava
xo
cloudfront
async-await
-
Updated
Feb 14, 2021 - JavaScript
Async await wrapper for easy error handling without try-catch
-
Updated
Mar 9, 2021 - TypeScript
A library of C++ coroutine abstractions for the coroutines TS
windows
linux
cplusplus
cpp
async
coroutines
clang
asyncio
asynchronous-programming
async-await
msvc
coroutines-ts
-
Updated
Jul 29, 2021 - C++
Cheatsheet for promises and async/await.
-
Updated
Oct 31, 2018 - HTML
Async/await first CQRS+ES and DDD framework for .NET
c-sharp
elasticsearch
events
framework
cqrs
sagas
rabbitmq
dotnet
nuget
ddd
eventstore
domain-driven-design
netstandard
async-await
eventsourcing
cqrs-es
-
Updated
Jul 11, 2021 - C#
Asynchronous flow control (promises, generators, observables, CSP, etc)
javascript
csp
promises
library
async
streams
async-programming
flow-control
observables
async-await
generators
-
Updated
Mar 4, 2020 - JavaScript
A GraphQL server library implemented in Rust
-
Updated
Aug 7, 2021 - Rust
EA Async implements async-await methods in the JVM.
-
Updated
Jun 25, 2021 - Java
asyncio historical repository
-
Updated
Apr 28, 2021
-
Updated
Aug 8, 2021 - Swift
mysql
express
node
html5
es6
css3
socket-io
vuex
webpack2
axios
vue2
vue-router
koa2
async-await
es7
es8
-
Updated
Jun 30, 2021 - Vue
-
Updated
Aug 4, 2021 - TypeScript
A functional, lightweight alternative to bluebird.js, built with async / await in mind.
-
Updated
Oct 31, 2018 - JavaScript
Swift coroutines for iOS, macOS and Linux.
macos
linux
swift
ios
promises
async
asynchronous
atomic
scheduler
coroutines
thread
dispatch
multithreading
await
lock-free
async-await
futures
combine
coroutine
structured-concurrency
-
Updated
Jun 20, 2021 - Swift
Map over promises concurrently
nodejs
javascript
promises
async
mapper
promise
iteration
concurrency
parallel
async-functions
await
async-await
pmap
-
Updated
Jul 23, 2021 - JavaScript
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
nodejs
javascript
testing
api
redis
front-end
jwt
express
node
rest
mocha
mongodb
eslint
mongoose
mvp
chai
postman
token
async-await
jwt-authentication
-
Updated
Aug 4, 2021 - JavaScript
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
javascript
performance
acceleration
cpu
async
optimization
async-functions
async-await
user-experience
non-blocking
speedup
lightweight-javascript-library
cpu-usage
cpu-utilization
cpu-load
-
Updated
May 29, 2021 - JavaScript
Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.
-
Updated
May 7, 2021 - JavaScript
A small and magical composer for all JavaScript asynchronous.
-
Updated
Jun 10, 2021 - JavaScript
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
cpp
scheduler
coroutines
concurrency
tasks
multithreading
concurrent-programming
asynchronous-programming
threading
await
async-await
task-scheduler
thread-safety
timers
executor-service
coroutine
threadpool
cpp20
executors
-
Updated
Jul 24, 2021 - C++
FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.
-
Updated
Jun 11, 2021 - TypeScript
aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
-
Updated
Aug 2, 2021 - Python
High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
-
Updated
Aug 1, 2021 - Python
Improve this page
Add a description, image, and links to the async-await topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the async-await topic, visit your repo's landing page and select "manage topics."
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since