文件名称:todo:Javascript 异步回调管理
文件大小:5KB
文件格式:ZIP
更新时间:2024-08-01 19:51:05
JavaScript
#todo.js# JavaScript 异步管理。 我并没有按照Deferred/Promise写,如果各位对Deferred/Promise有兴趣。请参考我另一位朋友的: : ##安装## npm 安装 todo4js ##用法## require ( 'todo4js' ) ; function task1 ( next ) { setTimeout ( function ( ) { console . log ( 'task1' , + new Date ( ) ) ; next ( new Error ( 'test error' ) ) ; } , 1000 ) ; } function task2 ( next ) { setTimeout ( function ( ) { console
【文件预览】:
todo-master
----package.json(403B)
----todo.js(5KB)
----demo.js(1KB)
----.gitignore(3KB)
----README.md(2KB)
----.gitattributes(493B)