I am trying to get familiar with promises and async behavior and using Promesa (in scittle). I am able to load and use promesa.core. Are other Promesa namespaces available? like https://funcool.github.io/promesa/latest/promesa.exec.html I get error like “Could not find namespace promesa.exec.\” if I require that.
Thanks. I got my hello world code working! https://clojurians.slack.com/archives/C03S1L9DN/p1712623624786509
great!
Also could not use p/await
"Could not resolve symbol: p/await!\"
promesa.core is all you need
await is kinda useless in JS, don't bother with it