Skip to content

Commit 9e4b9ec

Browse files
committed
Merge pull request #87 from jdantonio/removed-actor-context-spike
Removed ActorContext spike.
2 parents 81f4734 + 360b1de commit 9e4b9ec

File tree

8 files changed

+4
-670
lines changed

8 files changed

+4
-670
lines changed

lib/concurrent/actor/actor_context.rb

Lines changed: 0 additions & 77 deletions
This file was deleted.

lib/concurrent/actor/actor_ref.rb

Lines changed: 0 additions & 67 deletions
This file was deleted.

lib/concurrent/actor/simple_actor_ref.rb

Lines changed: 0 additions & 94 deletions
This file was deleted.

lib/concurrent/actors.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
require 'concurrent/actor/actor'
2-
require 'concurrent/actor/actor_context'
3-
require 'concurrent/actor/actor_ref'
42
require 'concurrent/actor/postable'
5-
require 'concurrent/actor/simple_actor_ref'

lib/concurrent/channel/channel.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
require 'concurrent/ivar'
2+
13
module Concurrent
24
module Channel
35

4-
class Probe < IVar
6+
class Probe < Concurrent::IVar
57

68
def initialize(value = NO_VALUE, opts = {})
79
super(value, opts)
@@ -36,4 +38,4 @@ def self.select(*channels)
3638
result
3739
end
3840
end
39-
end
41+
end

spec/concurrent/actor/actor_context_spec.rb

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)