Next: emacs-calfw, Previous: emacs-deferred, Up: Emacs Lisp [Contents][Index]
“Concurrent utility functions for emacs lisp”
concurrent.el
is a higher level library for asynchronous tasks, based on
deferred.el
.
It is inspired by libraries of other environments and concurrent programing models. It has following facilities: pseud-thread, generator, semaphore, dataflow variables and event management.