Skip to content

tierino/promise-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promise-impl

Promises/A+ implementation focused on simplicity and readability. Passes all tests from the Promises/A+ spec.

The implementation is called an Eventual and can be initialised like a normal Promise:

const ev = new Eventual((res, rej) => {
  // ...
})

Scripts

  • Run the tests: yarn test

About

Simple Promises/A+ implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published