RADWIMPS
Promise chain exercise
Exercise in method chaining with promises
君の then-then-then 世は Promise で Future
275 stars
15 watching
45 forks
Language: HTML
last commit: 6 months ago
Linked from 1 awesome list
code-collectionfuturemethod-chainingpromiseradwimps
Related projects:
Repository | Description | Stars |
---|---|---|
euantorano/pledge.nim | A wrapper around OpenBSD's pledge system call for language Nim | 6 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
jeremyevans/ruby-pledge | A Ruby interface to OpenBSD's pledge(2) and unveil(2) system calls for process restriction and file system access control | 26 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
titsuki/raku-algorithm-libsvm | A Raku binding for the popular machine learning library libsvm, providing an interface to support training and evaluating Support Vector Machines. | 8 |
neosimsim/pledge-ex | A Haskell implementation of OpenBSD's Pledge system to manage process limits and privileges | 1 |
code-sharp/wampsharp | A C# implementation of the Web Application Messaging Protocol | 386 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
deput/rwpromisekit | A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. | 114 |
rahatarmanahmed/choo-promise | A choo plugin that enables promise-based effects and subscriptions | 4 |
sindresorhus/p-race | Improves Promise.race() by preventing infinite pending promises and adding support for aborting promises using AbortSignal. | 46 |
sindresorhus/p-map-series | Serializes promise-based operations to ensure predictable order and execution of side effects. | 47 |
josephreisinger/vowpal_porpoise | Lightweight machine learning library with interface to scikit-learn and vowpal_wabbit | 166 |
wbinnssmith/promise-method | Wraps a synchronous function to return a promise | 2 |