Skip to content

Commit e8126b0

Browse files
committed
Fixed missing require in Channel.
1 parent 50f0952 commit e8126b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/concurrent/channel/channel.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'concurrent/channel'
2+
13
module Concurrent
24
module Channel
35

@@ -36,4 +38,4 @@ def self.select(*channels)
3638
result
3739
end
3840
end
39-
end
41+
end

0 commit comments

Comments
 (0)