flok 0.0.93 → 0.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0713e64129e3d8db2ed1b5f2445197383e358cce
4
- data.tar.gz: a067abb76156b7f36bdb6be5ac4de3d56fbd20f5
3
+ metadata.gz: de56f8ba2fe41aaa8103b7620742535cc9f6bea7
4
+ data.tar.gz: b8fb650a7505ec372d8d0e2ad95760a60bdee5d0
5
5
  SHA512:
6
- metadata.gz: b7fa7aa1c405cf781dcffa8e369fe9a05affb47094ca6996a6698d097b0d8d1572a283379912e07e9cdf2ae98349a5067fdf9a0c6a01414055d952ec7a097f2a
7
- data.tar.gz: 5b014ace90fad7552ecdd0d5cd8de8bee52adba926b0b7e562de8ddbbd1c0f0d9fd0c12b987a8c17154f2e8b8f25b4ee72bc82fc1b1b09de7bf72edf048251ad
6
+ metadata.gz: 76aff860e57bb8506f8388e0b5e94005fc445d57082d47f97c2e6ed5d2559498379ab86c3655436000eb588383557feaecbb59ec5d31b7cf164522f5cf2e8b07
7
+ data.tar.gz: bb7e7adf1c1fb97b9e3081328a42340b10306c54ef8204718f6ac94b66ebb41480ce9f3d06bf31b2abea1692969d3300d0347b5938d8475ef529067288280bab
@@ -49,12 +49,10 @@ function if_dispatch(qq) {
49
49
  var q0 = q.shift();
50
50
  var q1 = q.splice(0, argc);
51
51
  async_call = function() {
52
- console.log("call for async");
53
52
  this[q0].apply(null, q1);
54
53
  }
55
54
 
56
- setTimeout(async_call, 100);
57
- console.log("scheduled call for async");
55
+ setTimeout(async_call, 0);
58
56
  })();
59
57
  }
60
58
  }
@@ -71,11 +69,9 @@ function if_dispatch(qq) {
71
69
  if_dispatch_call_int_end = false;
72
70
 
73
71
  var call = function() {
74
- console.log("called for incomplete")
75
72
  int_dispatch([]);
76
73
  };
77
- console.log("scheduled call for incomplete");
78
- setTimeout(call, 100);
74
+ setTimeout(call, 0);
79
75
  }
80
76
  }
81
77
 
@@ -1,3 +1,3 @@
1
1
  module Flok
2
- VERSION = "0.0.93"
2
+ VERSION = "0.0.94"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.93
4
+ version: 0.0.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - seo