Class: Hx::Interop::Channel::Put

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

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Blocker

#resolve, #wait

Constructor Details

#initialize(value) ⇒ Put

Returns a new instance of Put.



38
39
40
41
# File 'lib/interop/channel.rb', line 38

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