Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::RubyExchanger::Node

Public Class Methods

new(item) click to toggle source
# File lib/concurrent/exchanger.rb, line 149
def initialize(item)
  super()
  @Item = item
  @Latch = Concurrent::CountDownLatch.new
  self.value = nil
end

Public Instance Methods

item() click to toggle source
# File lib/concurrent/exchanger.rb, line 160
def item
  @Item
end
latch() click to toggle source
# File lib/concurrent/exchanger.rb, line 156
def latch
  @Latch
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.