文件名称:native-promisify:已弃用 - [native-promisify] promisify 回调函数以承诺仅使用本机承诺
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-20 00:30:39
JavaScript
已弃用,请使用或 本地承诺 var promisify = require ( 'native-promisify' ) ; 承诺函数 function fn ( ms , cb ) { setTimeout ( cb ( null , ms ) , ms ) ; } var p = promisify ( fn ) ; p ( 10 ) . then ( function ( ms ) { console . log ( 'delay: %d' , ms ) ; } ) ; 承诺对象 var obj = { name : 'hello' , show : fun1 , tell : fun2 , ping : fun3 } ; // promisify all functions (exclude generator function) of the o
【文件预览】:
native-promisify-master
----.travis.yml(148B)
----index.js(1KB)
----package.json(1KB)
----test()
--------index.js(4KB)
----Readme.md(2KB)
----.gitignore(38B)