gregspurrier / pfunc

A simple Promises/A+ compliant promise library for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PFunc

PFunc is a Promises/A+ compliant promise implementation. PFunc's promise is a Node.js-style callback function accepting error and result arguments. When invoked, the promise is fulfilled or rejected based on the arguments. The promise also has fulfill() and reject() methods for more traditional resolution.

Build Status

License

PFunc is Copyright 2013 Greg Spurrier. It is released under the MIT license. See LICENSE.txt for details.

About

A simple Promises/A+ compliant promise library for Node.js

License:MIT License


Languages

Language:JavaScript 100.0%