文件名称:node-pend:javascript 中死简单的乐观异步助手
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-31 14:29:33
JavaScript
挂起 死简单的乐观异步助手。 用法 var Pend = require ( 'pend' ) ; var pend = new Pend ( ) ; pend . max = 10 ; // defaults to Infinity setTimeout ( pend . hold ( ) , 1000 ) ; // pend.wait will have to wait for this hold to finish pend . go ( function ( cb ) { console . log ( "this function is immediately executed" ) ; setTimeout ( function ( ) { console . log ( "calling cb 1" ) ; cb ( ) ; } , 500 )
【文件预览】:
node-pend-master
----index.js(1KB)
----test.js(2KB)
----package.json(410B)
----LICENSE(1KB)
----README.md(973B)