This package browser is in early development. Mind the rough edges.

emacs-aio 1.0

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.

Installation

Install emacs-aio 1.0 as follows:

guix install emacs-aio@1.0

Or install the latest version:

guix install emacs-aio

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.