Sha256: 7bcf23d1cb972456468a9065db6714ab1dd363b4fc7a992462941c1c6e000d93

Contents?: true

Size: 191 Bytes

Versions: 34

Compression:

Stored size: 191 Bytes

Contents

require "support/wire/synchrony"

module Helper
  def around
    rv = nil

    EM.synchrony do
      begin
        rv = yield
      ensure
        EM.stop
      end
    end

    rv
  end
end

Version data entries

34 entries across 33 versions & 10 rubygems

Version Path
finsync_redis-3.3.5 test/support/connection/synchrony.rb
redis-3.3.5 test/support/connection/synchrony.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/redis-3.3.3/test/support/connection/synchrony.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/redis-3.3.3/test/support/connection/synchrony.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/redis-3.3.3/test/support/connection/synchrony.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/redis-3.3.3/test/support/connection/synchrony.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/redis-3.3.3/test/support/connection/synchrony.rb
redis-3.3.3 test/support/connection/synchrony.rb
abaci-0.3.0 vendor/bundle/gems/redis-3.3.2/test/support/connection/synchrony.rb
abaci-0.3.0 vendor/bundle/gems/redis-3.3.1/test/support/connection/synchrony.rb
redis-3.3.2 test/support/connection/synchrony.rb
redis-3.3.1 test/support/connection/synchrony.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/test/support/connection/synchrony.rb
redis-3.3.0 test/support/connection/synchrony.rb
discourse-redis-3.2.2 test/support/connection/synchrony.rb
redis-3.2.2 test/support/connection/synchrony.rb
redis-3.2.1 test/support/connection/synchrony.rb
redis-3.2.0 test/support/connection/synchrony.rb
redis2-namespaced-3.0.7.1 test/support/connection/synchrony.rb
redis2-namespaced-3.0.7 test/support/connection/synchrony.rb