emacs-aio
Async/Await for Emacs Lisp
aio
is to Emacs Lisp as asyncio
is to Python. This package builds upon Emacs generators to provide functions that pause while they wait on asynchronous events. They do not block any thread while paused.
- Versions: 1.0-0.289c1e9
- Website: https://github.com/skeeto/emacs-aio
- Licenses: Unlicense
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-aio
as follows:
guix install emacs-aio
Or install a particular version:
guix install emacs-aio@1.0-0.289c1e9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-aio about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-aio'><img src='https://packages.guix.gnu.org/packages/emacs-aio/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-aio)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-aio][https://packages.guix.gnu.org/packages/emacs-aio/badges/latest-version.svg]]