promesa
Promise toolkit
A promise library and concurrency toolkit for Clojure and ClojureScript.
A promise library & concurrency toolkit for Clojure and ClojureScript.
498 stars
16 watching
58 forks
Language: Clojure
last commit: 3 months ago async-awaitasynchronous-programmingclojureclojurescriptcompletablefutureconcurrencydeferrednon-blockingpromisesthreadsvirtual-threads
Related projects:
Repository | Description | Stars |
---|---|---|
spider-gazelle/promise | A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
shinmera/promise | A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. | 11 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
khanlou/promise | A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 621 |
xhawk18/promise-cpp | A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. | 673 |
deput/rwpromisekit | A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. | 114 |
real-serious-games/c-sharp-promise | A C# promises library for managing asynchronous operations in game development and other high-performance applications. | 1,202 |
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,292 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
rlemaigre/vue3-promise-dialog | A Vue 3 library that simplifies the use of dialogs by abstracting away the Promise-based API and making it easier to work with user input data | 69 |
jdeferred/jdeferred | A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,508 |