emacs-epc icon indicating copy to clipboard operation
emacs-epc copied to clipboard

concurrent or defferred?

Open andreas-roehler opened this issue 11 years ago • 1 comments

emacs-epc requires 'concurrent, which isn't provided. Maybe it should use 'defferred ?

Thanks!

andreas-roehler avatar Jul 02 '13 19:07 andreas-roehler

Yes. concurrent.el is a part of deferred.el project. The dependency graph is here: epc -> concurrent -> deferred The dependency is described at the header of each elisp files.

You can get deferred.el and concurrent.el manually at following URL: https://github.com/kiwanami/emacs-deferred

kiwanami avatar Jul 03 '13 08:07 kiwanami