Method: Async::Container::Channel#out

Defined in:
lib/async/container/channel.rb

#outObject

The output end of the pipe.



23
24
25
# File 'lib/async/container/channel.rb', line 23

def out
  @out
end