scittle

borkdude 2022-11-23T12:44:25.940329Z

🎉 2
Benjamin 2022-11-23T16:59:24.529039Z

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

borkdude 2022-11-23T17:47:45.434789Z

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

borkdude 2022-11-23T17:47:59.942399Z

depends on what you want to do

Benjamin 2022-11-23T17:49:33.004609Z

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

👍 1