@@ -30,7 +30,7 @@ The design goals of this gem are:
30
30
</p >
31
31
</td >
32
32
<td align =" right " valign =" top " >
33
- <img src =" https://raw.githubusercontent.com/wiki/jdantonio /concurrent-ruby/logo/concurrent-ruby-logo-300x300.png " />
33
+ <img src =" https://raw.githubusercontent.com/wiki/ruby-concurrency /concurrent-ruby/logo/concurrent-ruby-logo-300x300.png " />
34
34
</td >
35
35
</tr >
36
36
</table >
@@ -51,29 +51,29 @@ and run `bundle install` from your shell.
51
51
52
52
## Features & Documentation
53
53
54
- Please see the [ Concurrent Ruby Wiki] ( https://github.com/jdantonio /concurrent-ruby/wiki )
55
- or the [ API documentation] ( http://rubydoc.info/github/jdantonio /concurrent-ruby/master/frames )
54
+ Please see the [ Concurrent Ruby Wiki] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki )
55
+ or the [ API documentation] ( http://rubydoc.info/github/ruby-concurrency /concurrent-ruby/master/frames )
56
56
for more information or join our [ mailing list] ( http://groups.google.com/group/concurrent-ruby ) .
57
57
58
58
There are many concurrency abstractions in this library. These abstractions can be broadly categorized
59
59
into several general groups:
60
60
61
61
* Asynchronous concurrency abstractions including
62
- [ Async] ( https://github.com/jdantonio /concurrent-ruby/wiki/Async ) ,
63
- [ Agent] ( https://github.com/jdantonio /concurrent-ruby/wiki/Agent ) ,
64
- [ Future] ( https://github.com/jdantonio /concurrent-ruby/wiki/Future ) ,
65
- [ Promise] ( https://github.com/jdantonio /concurrent-ruby/wiki/Promise ) ,
66
- [ ScheduledTask] ( https://github.com/jdantonio /concurrent-ruby/wiki/ScheduledTask ) ,
67
- and [ TimerTask] ( https://github.com/jdantonio /concurrent-ruby/wiki/TimerTask )
68
- * Erlang-inspired [ Supervisor] ( https://github.com/jdantonio /concurrent-ruby/wiki/Supervisor ) and other lifecycle classes/mixins
62
+ [ Async] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Async ) ,
63
+ [ Agent] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Agent ) ,
64
+ [ Future] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Future ) ,
65
+ [ Promise] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Promise ) ,
66
+ [ ScheduledTask] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/ScheduledTask ) ,
67
+ and [ TimerTask] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/TimerTask )
68
+ * Erlang-inspired [ Supervisor] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Supervisor ) and other lifecycle classes/mixins
69
69
for managing long-running threads
70
- * Thread-safe variables including [ M-Structures] ( https://github.com/jdantonio /concurrent-ruby/wiki/MVar-(M-Structure) ) ,
71
- [ I-Structures] ( https://github.com/jdantonio /concurrent-ruby/wiki/IVar-(I-Structure) ) ,
72
- [ thread-local variables] ( https://github.com/jdantonio /concurrent-ruby/wiki/ThreadLocalVar ) ,
73
- atomic counters, and [ software transactional memory] ( https://github.com/jdantonio /concurrent-ruby/wiki/TVar-(STM) )
74
- * Thread synchronization classes and algorithms including [ dataflow] ( https://github.com/jdantonio /concurrent-ruby/wiki/Dataflow ) ,
70
+ * Thread-safe variables including [ M-Structures] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/MVar-(M-Structure) ) ,
71
+ [ I-Structures] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/IVar-(I-Structure) ) ,
72
+ [ thread-local variables] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/ThreadLocalVar ) ,
73
+ atomic counters, and [ software transactional memory] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/TVar-(STM) )
74
+ * Thread synchronization classes and algorithms including [ dataflow] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Dataflow ) ,
75
75
timeout, condition, countdown latch, dependency counter, and event
76
- * Java-inspired [ thread pools] ( https://github.com/jdantonio /concurrent-ruby/wiki/Thread%20Pools )
76
+ * Java-inspired [ thread pools] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Thread%20Pools )
77
77
* And many more...
78
78
79
79
### Semantic Versioning
@@ -157,6 +157,6 @@ task.value #=> 25.96
157
157
158
158
* Concurrent Ruby* is free software released under the [ MIT License] ( http://www.opensource.org/licenses/MIT ) .
159
159
160
- The * Concurrent Ruby* [ logo] ( https://github.com/jdantonio /concurrent-ruby/wiki/Logo )
160
+ The * Concurrent Ruby* [ logo] ( https://github.com/ruby-concurrency /concurrent-ruby/wiki/Logo )
161
161
was designed by [ David Jones] ( https://twitter.com/zombyboy ) .
162
162
It is Copyright © ; 2014 [ Jerry D'Antonio] ( https://twitter.com/jerrydantonio ) . All Rights Reserved.
0 commit comments