Sha256: a90870480bf59144c7dae758f89518eef4f043da4ac97f726643e990fe5ad45a

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

# encoding: utf-8
require "belzebuth/wait_condition/base"

module Belzebuth module WaitCondition
  class Blocking < Base
    def call(process)
      process.exited?
    end
  end
end end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
belzebuth-0.2.3 lib/belzebuth/wait_condition/blocking.rb
belzebuth-0.2.2 lib/belzebuth/wait_condition/blocking.rb
belzebuth-0.2.1 lib/belzebuth/wait_condition/blocking.rb
belzebuth-0.2.0 lib/belzebuth/wait_condition/blocking.rb
belzebuth-0.1.0 lib/belzebuth/wait_condition/blocking.rb