dispatch-promise:通量调度支持承诺

时间:2024-07-11 06:06:53
【文件属性】:

文件名称:dispatch-promise:通量调度支持承诺

文件大小:5.01MB

文件格式:ZIP

更新时间:2024-07-11 06:06:53

JavaScript

调度承诺 通量调度支持承诺 用法 callbackIndex1 = Dispatcher.register(function(args) { //do something }); callbackIndex2 = Dispatcher.register(function(args) { //do something }); callbackIndex3 = Dispatcher.register(function(args) { Dispatcher.waitFor([callbackIndex2], function() { //do something }); });


网友评论