Skip to content

Commit ed03525

Browse files
committed
Use correct name
1 parent a71760e commit ed03525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/edge/future.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ class Channel < Synchronization::Object
11341134
# TODO make lock free
11351135
def initialize
11361136
super
1137-
@ProbeSet = WaitableList.new
1137+
@ProbeSet = Concurrent::Channel::WaitableList.new
11381138
ensure_ivar_visibility!
11391139
end
11401140

0 commit comments

Comments
 (0)