[ஞாயிறு அக்டோபர் 06, 2024] Tassilo Horn wrote: > Visuwesh writes: > >> As you expected, your minified version works fine when doing >> process-send-string. I do have not much experience working with async >> processes like this before, what do you think about the approach >> below? > > I don't do that very frequently. I think it would be simpler if we skip > the sentinel and instead use some :buffer " *mutool-run-result*" with > make-process and just read from there after the accept-process-output > loop. That was a serious brainfart, indeed. I've went with your approach in the attached, please review.