Fork me on GitHub
#scittle
<
2022-11-23
>
Benjamin16:11:24

Can I have core.async and the alternative is a promise with js/timeout or something?

borkdude17:11:45

core.async, no can do. you can use (promesa.core/delay 1000 some-value)

borkdude17:11:59

depends on what you want to do

Benjamin17:11:33

Retrying a web request till success. js/timeout recursively seems to work

👍 1