chensenlai 10988628a0 语音房项目初始化 | hace 5 años | |
---|---|---|
.. | ||
dist | hace 5 años | |
src | hace 5 años | |
test | hace 5 años | |
.npmignore | hace 5 años | |
.travis.yml | hace 5 años | |
README.md | hace 5 años | |
bower.json | hace 5 años | |
browser-source.js | hace 5 años | |
gulpfile.js | hace 5 años | |
nextTick.js | hace 5 años | |
package.json | hace 5 años | |
setImmediate.js | hace 5 años | |
setTimeout.js | hace 5 años |
Pnly Promises/A+ implementation
If you want to make a more powerful Promise
class, it is recommended to use the extend-promise extension.
new Promise
Promise.defer
Promise.resolve
Promise.reject
.then
npm
npm install easy-promise
bower
bower install easy-promise
//Internal use of process.nextTick
var Ep = require('esay-promise')
//or Use setImmediate ,Used For high concurrency scenarios
var Ep = require('esay-promise/setImmediate')
//or setTimeout , Used for browser projects
var Ep = require('esay-promise/setTimeout')
dist/easy-Promise.js
(gzip 1.8k)dist/easy-Promise.min.js
(gzip 1.2k)