Skip to content

Commit 69e6f5d

Browse files
committed
Add link to readme
1 parent d794b95 commit 69e6f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
253253
* [ErlangActor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ErlangActor.html)
254254
Actor implementation which precisely matches Erlang actor behaviour.
255255
Requires at least Ruby 2.1 otherwise it's not loaded.
256+
* [WrappingExecutor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/WrappingExecutor.html)
257+
A delegating executor which modifies each task before the task is given to
258+
the target executor it delegates to.
256259

257260
## Supported Ruby versions
258261

0 commit comments

Comments
 (0)