Skip to content

Commit

Permalink
Merge pull request #380 from RubenVerborgh/promiscuous
Browse files Browse the repository at this point in the history
Add promiscuous, a minimal and fast promise/deferred implementation.
  • Loading branch information
rvagg committed Mar 11, 2013
2 parents 78a2f42 + a48f230 commit d672a86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.js
Expand Up @@ -2151,6 +2151,13 @@ var MicroJS = [
url: "https://github.com/relay/relay",
source: "https://raw.github.com/relay/relay/master/relay-dev.js"
},
{
name: "promiscuous",
tags: ["promise", "deferred", "functional", "async", "future"],
description: "A minimal and fast promise/deferred implementation, compatible with Promises/A+",
url: "https://github.com/RubenVerborgh/promiscuous",
source: "https://raw.github.com/RubenVerborgh/promiscuous/master/promiscuous.js"
},
{
name: "BehaviorTree.js",
tags: ["behavior trees", "ai", "behaviors", "games", "statemachine"],
Expand Down

0 comments on commit d672a86

Please sign in to comment.