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.
- Versions: 1.0.0-0.801db8f
- Website: https://shinmera.github.io/promise/
- Licenses: Zlib
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]