File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3- ## Version 10.0.xxx
3+ ## Version 10.0.569
44
55- Add ` promesa.exec.csp/mult* ` alternative multiplexer constructor
66 more similar to the ` clojure.core.async/mult ` one
Original file line number Diff line number Diff line change 44
55A promise library & concurrency toolkit for Clojure and ClojureScript.
66
7- This library exposes a bunch of usefull syntactic abstractions that will considerably simplify to
8- work with promises (in a very similar way as you will do it in JS with async/await) and many helpers
9- from executors to concurrency patterns (bulkhead & CSP).
7+ This library exposes a bunch of usefull syntactic abstractions that
8+ will considerably simplify to work with promises (in a very similar
9+ way as you will do it in JS with async/await) and many helpers from
10+ executors to concurrency patterns (bulkhead & CSP). With 0 runtime
11+ external dependencies.
1012
1113Here you can look a detailed [ documentation] [ 1 ] .
1214
@@ -16,13 +18,13 @@ Here you can look a detailed [documentation][1].
1618deps.edn:
1719
1820``` clojure
19- funcool/promesa {:mvn/version " 10.0.544 " }
21+ funcool/promesa {:mvn/version " 10.0.569 " }
2022```
2123
2224Leiningen:
2325
2426``` clojure
25- [funcool/promesa " 10.0.544 " ]
27+ [funcool/promesa " 10.0.569 " ]
2628```
2729
2830## On the REPL
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >funcool</groupId >
55 <artifactId >promesa</artifactId >
6- <version >9.1 </version >
6+ <version >10.0 </version >
77 <name >promesa</name >
88 <description >A promise library and concurency toolkit for Clojure and ClojureScript.</description >
99 <url >https://github.com/funcool/promesa</url >
You can’t perform that action at this time.
0 commit comments