5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
6
6
< title >
7
7
File: README
8
-
8
+
9
9
— Concurrent
10
-
10
+
11
11
</ title >
12
12
13
13
< link rel ="stylesheet " href ="css/style.css " type ="text/css " charset ="utf-8 " />
30
30
< body >
31
31
< div id ="header ">
32
32
< div id ="menu ">
33
-
34
- < a href ="_index.html "> Index</ a > »
33
+
34
+ < a href ="_index.html "> Index</ a > »
35
35
< span class ="title "> File: README</ span >
36
-
36
+
37
37
38
38
< div class ="noframes "> < span class ="title "> (</ span > < a href =". " target ="_top "> no frames</ a > < span class ="title "> )</ span > </ div >
39
39
</ div >
40
40
41
41
< div id ="search ">
42
-
42
+
43
43
< a class ="full_list_link " id ="class_list_link "
44
44
href ="class_list.html ">
45
45
Class List
46
46
</ a >
47
-
47
+
48
48
< a class ="full_list_link " id ="method_list_link "
49
49
href ="method_list.html ">
50
50
Method List
51
51
</ a >
52
-
52
+
53
53
< a class ="full_list_link " id ="file_list_link "
54
54
href ="file_list.html ">
55
55
File List
56
56
</ a >
57
-
57
+
58
58
</ div >
59
59
< div class ="clear "> </ div >
60
60
</ div >
82
82
< a href ="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html "> Java</ a > ,
83
83
and classic concurrency patterns.</ p >
84
84
85
- < p > < img src ="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc /logo/concurrent-ruby-logo-300x300.png " align ="right " style ="margin-left: 20px; " /> </ p >
85
+ < p > < img src ="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source /logo/concurrent-ruby-logo-300x300.png " align ="right " style ="margin-left: 20px; " /> </ p >
86
86
87
87
< p > The design goals of this gem are:</ p >
88
88
@@ -221,7 +221,7 @@ <h4>Statuses:</h4>
221
221
< p > < em > Why are these not in core?</ em > </ p >
222
222
223
223
< ul >
224
- < li > < strong > Promises Framework</ strong > - They are being finalized to be able to be moved to core. They'll deprecate old
224
+ < li > < strong > Promises Framework</ strong > - They are being finalized to be able to be moved to core. They'll deprecate old
225
225
implementation.</ li >
226
226
< li > < strong > Actor</ strong > - Partial documentation and tests; depends on new future/promise framework; stability is good.</ li >
227
227
< li > < strong > Channel</ strong > - Brand new implementation; partial documentation and tests; stability is good.</ li >
@@ -345,4 +345,4 @@ <h2>License and Copyright</h2>
345
345
</ script >
346
346
347
347
</ body >
348
- </ html >
348
+ </ html >
0 commit comments