Skip to content

Commit f92204a

Browse files
committed
Move the new Futures to Edge namespace
removing the ConcurrentNext space
1 parent 84b1417 commit f92204a

File tree

7 files changed

+948
-932
lines changed

7 files changed

+948
-932
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22

33
gemspec name: 'concurrent-ruby'
4+
gemspec name: 'concurrent-ruby-edge'
45

56
group :development do
67
gem 'rake', '~> 10.4.2'

lib/concurrent-edge.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
require 'concurrent/actor'
44
require 'concurrent/channel'
5+
require 'concurrent/edge/future'
56

67

0 commit comments

Comments
 (0)