retlang 1.0.2.410 → 1.0.4.419
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/Retlang.dll +0 -0
- data/lib/Retlang.pdb +0 -0
- data/lib/Retlang.xml +6 -12
- metadata +5 -5
data/lib/Retlang.dll
CHANGED
Binary file
|
data/lib/Retlang.pdb
CHANGED
Binary file
|
data/lib/Retlang.xml
CHANGED
@@ -405,7 +405,7 @@
|
|
405
405
|
</member>
|
406
406
|
<member name="M:Retlang.Fibers.StubFiber.Dispose">
|
407
407
|
<summary>
|
408
|
-
|
408
|
+
Clears all subscriptions, scheduled, and pending actions.
|
409
409
|
</summary>
|
410
410
|
</member>
|
411
411
|
<member name="M:Retlang.Fibers.StubFiber.Enqueue(System.Action)">
|
@@ -1039,20 +1039,20 @@
|
|
1039
1039
|
</member>
|
1040
1040
|
<member name="T:Retlang.Core.BusyWaitQueue">
|
1041
1041
|
<summary>
|
1042
|
-
Busy waits on lock to execute. Can improve
|
1042
|
+
Busy waits on lock to execute. Can improve performance in certain situations.
|
1043
1043
|
</summary>
|
1044
1044
|
</member>
|
1045
1045
|
<member name="M:Retlang.Core.BusyWaitQueue.#ctor(Retlang.Core.IExecutor,System.Int32,System.Int32)">
|
1046
1046
|
<summary>
|
1047
|
-
BusyWaitQueue with custom executor
|
1047
|
+
BusyWaitQueue with custom executor.
|
1048
1048
|
</summary>
|
1049
1049
|
<param name="executor"></param>
|
1050
|
-
<param name="
|
1051
|
-
<param name="
|
1050
|
+
<param name="spinsBeforeTimeCheck"></param>
|
1051
|
+
<param name="msBeforeBlockingWait"></param>
|
1052
1052
|
</member>
|
1053
1053
|
<member name="M:Retlang.Core.BusyWaitQueue.#ctor(System.Int32,System.Int32)">
|
1054
1054
|
<summary>
|
1055
|
-
BusyWaitQueue with default executor
|
1055
|
+
BusyWaitQueue with default executor.
|
1056
1056
|
</summary>
|
1057
1057
|
</member>
|
1058
1058
|
<member name="M:Retlang.Core.BusyWaitQueue.Enqueue(System.Action)">
|
@@ -1071,12 +1071,6 @@
|
|
1071
1071
|
Stop consuming actions.
|
1072
1072
|
</summary>
|
1073
1073
|
</member>
|
1074
|
-
<member name="M:Retlang.Core.BusyWaitQueue.ExecuteNextBatch">
|
1075
|
-
<summary>
|
1076
|
-
Remove all actions and execute.
|
1077
|
-
</summary>
|
1078
|
-
<returns></returns>
|
1079
|
-
</member>
|
1080
1074
|
<member name="T:Retlang.Core.DefaultQueue">
|
1081
1075
|
<summary>
|
1082
1076
|
Default implementation.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: retlang
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 777
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
-
|
11
|
-
version: 1.0.
|
9
|
+
- 4
|
10
|
+
- 419
|
11
|
+
version: 1.0.4.419
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Mike Rettig
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-
|
20
|
+
date: 2010-10-04 00:00:00 +02:00
|
21
21
|
default_executable:
|
22
22
|
dependencies: []
|
23
23
|
|