Skip to content

dinshaw/promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promise

This is not production code (at the moment). It is a conceptual demo. Slides for the accompanying presentation are here.

  • For this implementation, 'resolve' chooses between 'fulfillment' (success) and 'rejection' (failure)

Installation

Clone this repo. Run rake install Then in irb, you should be able to require 'promise'

Usage

See /demo

Similar projects:

Contributing

  1. Fork it ( https://github.com/[my-github-username]/promise/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages