MCPcopy
hub / github.com/mynane/PDF / _exec

Function _exec

设计模式学习/技巧型设计模式/等待者模式/waiter.js:50–58  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

48
49 // 回调执行方法
50 function _exec(arr){
51 var i = 0,
52 len = arr.length;
53 for(; i < len; i++){
54 try{
55 arr[i] && arr[i]();
56 } catch(e) {}
57 }
58 }
59
60 // 监控异步方法
61 that.when = function(){

Callers 1

WaiterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…