babashka / sci.configs

A collection of ready to be used SCI configs
https://babashka.org/sci.configs/
Other
19 stars 17 forks source link

Support promesa/do and promesa/create #3

Closed jaidetree closed 2 years ago

jaidetree commented 2 years ago

In latest promesa, it supports both a do which is essentially an alias of do! https://cljdoc.org/d/funcool/promesa/8.0.450/api/promesa.core#do and create function for manually creating promises.