class Polyphony::Channel

Implements a unidirectional communication channel along the lines of Go (buffered) channels.

Public Instance Methods

close() click to toggle source
# File lib/polyphony/core/channel.rb, line 11
def close
  flush_waiters(Polyphony::MoveOn.new)
end