File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ def do_poll
6262
6363 if Concurrent . monotonic_time > @tick
6464 # only one listener gets notified
65- closed = empty = true
6665 return :tick , Concurrent ::Channel ::Tick . new ( @tick )
6766 else
6867 return :wait , true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module Edge
1111 # @api Edge
1212 class AtomicMarkableReference < ::Concurrent ::Synchronization ::Object
1313
14- private *attr_volatile_with_cas ( :reference )
14+ private ( *attr_volatile_with_cas ( :reference ) )
1515
1616 # @!macro [attach] atomic_markable_reference_method_initialize
1717 def initialize ( value = nil , mark = false )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def next_node
2323
2424 EMPTY = Empty [ nil , nil ]
2525
26- private *attr_volatile_with_cas ( :head )
26+ private ( *attr_volatile_with_cas ( :head ) )
2727
2828 def initialize
2929 super ( EMPTY )
You can’t perform that action at this time.
0 commit comments