thanks 😃... It's really hard to tell how popular core async is, some people swear by it and others seem to avoid it like the plague. I'll dig into using promesa, I was specifically thinking of core.async because it's transducer compatible, basically my thought process was build up a stack of xforms and then apply them. Perhaps I can do the same with promises? :thinking_face:
I think the description might not be absolutely accurate. So let’s imagine one is setting up user session data storage. It’s empty. I will use load
to get data to the storage (obviously from some other storage like a file or a database). When I debug and want to get all data there, I’ll call dump
.