Language

Package: emacs-promise @ 1.1

Synopsis

Promises/A+ for Emacs

Description

This is a simple implementation of Promises/A+.

This implementation ports the following Promises/A+ features faithfully. See https://github.com/then/promise.

  • The same API as the JavaScript version of Promise can be used.

  • It has all the then, catch, resolve, reject, all, race, etc.

  • It supports "thenable".

  • It supports "Inheritance of Promise".

  • It supports "rejection-tracking".

Home page
https://github.com/chuntaro/emacs-promise
Location
gnu/packages/emacs-xyz.scm (line: 27449, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings