summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-concurrent-ruby/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-11-26 18:35:49 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:30:56 +0700
commit33c076912cdf97ac22b9de07e862bc25506da989 (patch)
treedf7b80879b3e57e5e34b94e62512b870721365cd /ruby/rubygem-concurrent-ruby/README
parentb39739f45c880b9095ec1dfc39d51c269d858538 (diff)
downloadslackbuilds-33c076912cdf97ac22b9de07e862bc25506da989.tar.gz
slackbuilds-33c076912cdf97ac22b9de07e862bc25506da989.tar.xz
ruby/rubygem-concurrent-ruby: Added (Modern Ruby concurrency tools).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-concurrent-ruby/README')
-rw-r--r--ruby/rubygem-concurrent-ruby/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-concurrent-ruby/README b/ruby/rubygem-concurrent-ruby/README
new file mode 100644
index 0000000000..9e87dd622e
--- /dev/null
+++ b/ruby/rubygem-concurrent-ruby/README
@@ -0,0 +1,3 @@
+Modern concurrency tools including agents, futures, promises, thread pools,
+actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript,
+actors, and classic concurrency patterns.