Skip to content

Commit 6f11801

Browse files
author
Petr Chalupa
committed
Update README.md
1 parent 7a6d71e commit 6f11801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
116116

117117
* [Actor](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Actor.html):
118118
Implements the Actor Model, where concurrent actors exchange messages.
119-
* [new Future Framework](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Edge.html) - new
119+
* [new Future Framework](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Edge/FutureShortcuts.html) - new
120120
unified implementation of Futures and Promises which combines Features of previous `Future`,
121121
`Promise`, `IVar`, `Event`, `Probe`, `dataflow`, `Delay`, `TimerTask` into single framework. It uses extensively
122122
new synchronization layer to make all the features **non-blocking** and **lock-free** with exception of obviously blocking

0 commit comments

Comments
 (0)