Skip to content

gregspurrier/pfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published