astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Proof of concept using threads (although only Emacs Lisp code seem to… #22

Closed preetpalS closed 6 years ago

preetpalS commented 6 years ago

… be able to execute asynchronously).

Not expected to be merged obviously, :). Threading is new in Emacs, maybe this will work in a future version as-is.

preetpalS commented 6 years ago

I made a mistake in interpreting what type of threading was being introduced in Emacs 26 (only one thread can run at a time).