class Sass::Embedded::Channel

def initialize

def initialize
  @mutex = Mutex.new
  @compiler = Compiler.new
end