> I recall Tecosaur was working on a queue(?) implementation of async > processing a year or so ago. However, I don't recall where the broader > discussion on implementation left off. It looks like they're maybe still > working on it? > https://code.tecosaur.net/tec/org-mode/commits/branch/dev/search?q=async&all=
It's here: https://code.tecosaur.net/tec/org-mode/src/branch/dev/lisp/org-macs.el#L403 org-async is intended for queueing several processes or creating process chains. We are using org-async extensively in the upcoming LaTeX preview feature rewrite, and it should be merged along with the feature. Karthik