#
promises
Here are 1,060 public repositories matching this topic...
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
A non-blocking concurrency framework for PHP applications. 🐘
-
Updated
Feb 26, 2022 - PHP
PostgreSQL interface for Node.js
-
Updated
Mar 2, 2022 - JavaScript
Open
Non-bubbling events
3
brainkim
commented
Jan 5, 2021
We should be able to use dispatchEvent to define callback prop based onevent APIs, so we don’t have to deal with capturing/bubbling for specific events.
function MyComponent({id}) {
const onclick = () => {
this.dispatchEvent(new CustomEvent("customclick", {detail: {id}}));
};
return (
/* children */
);
}// Usage
<MyComponent oncustomclick={(eEnables simple, yet robust handling of async action creators in Redux
-
Updated
Feb 28, 2021 - JavaScript
Cheatsheet for promises and async/await.
-
Updated
Oct 31, 2018 - HTML
Write great asynchronous code in Swift using futures and promises
-
Updated
Aug 10, 2021 - Swift
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
Promisify a callback-style function
-
Updated
Dec 18, 2021 - JavaScript
Relay-inspired library based on Promises instead of GraphQL.
-
Updated
Jul 28, 2017 - JavaScript
Cancelable Async Flows (CAF)
-
Updated
Feb 25, 2022 - JavaScript
重新定义微信小程序的开发
-
Updated
Aug 10, 2021 - TypeScript
http
promises
json
rest
unity
rest-api
unity3d
ajax
unity-scripts
http-client
web-services
unity-asset
http-requests
requests
httpclient
unity3d-plugin
rest-client
request-promise
async-requests
web-request
-
Updated
Jan 9, 2022 - C#
Map over promises concurrently
nodejs
javascript
promises
async
mapper
promise
iteration
concurrency
parallel
async-functions
await
async-await
pmap
-
Updated
Mar 7, 2022 - JavaScript
promises
cran
r
programming
hpc
asynchronous
parallel-computing
distributed-computing
parallelization
hpc-clusters
futures
parallel-processing
-
Updated
Mar 20, 2022 - R
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
Dec 25, 2021 - Swift
A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.
-
Updated
Oct 27, 2019 - JavaScript
A Node.js HTTP client as easy as pie! 🥧
-
Updated
Feb 24, 2022 - JavaScript
OCaml promises and concurrent I/O
-
Updated
Mar 18, 2022 - OCaml
-
Updated
Mar 28, 2018 - JavaScript
Map-like, concurrent promise processing
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Apr 26, 2019 - Swift
Asynchronous Programming in JavaScript
-
Updated
Jun 4, 2017 - JavaScript
Improve this page
Add a description, image, and links to the promises topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the promises topic, visit your repo's landing page and select "manage topics."
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image