Fork me on GitHub
#core-async
<
2022-08-21
>
Ben Sless06:08:39

I have a recursive data structure where some nodes in it can represent paginated results. I want to postwalk it and use async pagination to pull those results. Is it viable to postwalk once and "launch" those processes then postwalk again and park on them all? Will I need to implement async postwalk?