Method: Async::Container::Channel#initialize

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

#initializeChannel

Initialize the channel using a pipe.



13
14
15
# File 'lib/async/container/channel.rb', line 13

def initialize
	@in, @out = ::IO.pipe
end