class Concurrent::RubyExchanger::Node
Public Class Methods
Source
# File lib/concurrent-ruby/concurrent/exchanger.rb, line 142 def initialize(item) super() @Item = item @Latch = Concurrent::CountDownLatch.new self.value = nil end
Calls superclass method
Concurrent::Synchronization::Object::new