Fork me on GitHub
#funcool
<
2020-02-08
>
hoppy17:02:34

I'm messing with promesa in cljs/node

hoppy17:02:40

having a hard time seeing anything work

mccraigmccraig21:02:35

js promises don't define deref @hoppy - that's a blocking operation

mccraigmccraig21:02:55

you need to pass a callback to the then of the promise, or chain a fn etc

hoppy22:02:17

I missed that memo in the documentation