Sha256: 2ee4d3dff7422221c39b19c328ac802fc48695ecdc489542bcb676467e293a00

Contents?: true

Size: 205 Bytes

Versions: 26

Compression:

Stored size: 205 Bytes

Contents

module Anschel
  class Output
    class Base
      def stop
        return if @stopped
        @thread.kill
        @stopped = true
      end

      def push event ; @queue.push event end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
anschel-0.7.19 lib/anschel/output/base.rb
anschel-0.7.18 lib/anschel/output/base.rb
anschel-0.7.17 lib/anschel/output/base.rb
anschel-0.7.16 lib/anschel/output/base.rb
anschel-0.7.15 lib/anschel/output/base.rb
anschel-0.7.14 lib/anschel/output/base.rb
anschel-0.7.13 lib/anschel/output/base.rb
anschel-0.7.12 lib/anschel/output/base.rb
anschel-0.7.11 lib/anschel/output/base.rb
anschel-0.7.10 lib/anschel/output/base.rb
anschel-0.7.9 lib/anschel/output/base.rb
anschel-0.7.8 lib/anschel/output/base.rb
anschel-0.7.7 lib/anschel/output/base.rb
anschel-0.7.6 lib/anschel/output/base.rb
anschel-0.7.5 lib/anschel/output/base.rb
anschel-0.7.4 lib/anschel/output/base.rb
anschel-0.7.3 lib/anschel/output/base.rb
anschel-0.7.2 lib/anschel/output/base.rb
anschel-0.7.1 lib/anschel/output/base.rb
anschel-0.7.0 lib/anschel/output/base.rb