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

cl-promise

Promise mechanism for asynchronous operations

This library implements a basic promise datastructure, which is useful for dealing with asynchronous behaviours. Importantly, this library does not use any other libraries or frameworks, and instead leaves the execution and state transition of promise objects in your control, making it easy to integrate.

Installation

Install the latest version of cl-promise as follows:

guix install cl-promise

Or install a particular version:

guix install cl-promise@1.0.0-0.801db8f

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 cl-promise about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/cl-promise'><img src='https://packages.guix.gnu.org/packages/cl-promise/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-promise/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-promise)

Example Org:

[[https://packages.guix.gnu.org/packages/cl-promise][https://packages.guix.gnu.org/packages/cl-promise/badges/latest-version.svg]]