Class: Hx::Interop::Channel::Get

Inherits:
Blocker
  • Object
show all
Defined in:
lib/interop/channel.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Blocker

#initialize, #wait

Constructor Details

This class inherits a constructor from Hx::Interop::Channel::Blocker

Instance Method Details

#resolve(value) ⇒ Object



46
47
48
49
# File 'lib/interop/channel.rb', line 46

def resolve(value)
  @value = value
  super()
end