We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d794b95 commit 69e6f5dCopy full SHA for 69e6f5d
README.md
@@ -253,6 +253,9 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
253
* [ErlangActor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ErlangActor.html)
254
Actor implementation which precisely matches Erlang actor behaviour.
255
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.
259
260
## Supported Ruby versions
261
0 commit comments