Sha256: 8069dd7b9f8abe65afd1171c3d1d2530bad91df8b3d42fdb8573764eba340d4d

Contents?: true

Size: 212 Bytes

Versions: 6

Compression:

Stored size: 212 Bytes

Contents

# encoding: UTF-8

module GoodData
  module Threaded
    # Used internally for thread safety
    def threaded
      Thread.current[:goooddata] ||= {}
    end
  end

  class << self
    include Threaded
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gooddata-0.6.7 lib/gooddata/core/threaded.rb
gooddata-0.6.6 lib/gooddata/core/threaded.rb
gooddata-0.6.5 lib/gooddata/core/threaded.rb
gooddata-0.6.4 lib/gooddata/core/threaded.rb
gooddata-0.6.3 lib/gooddata/core/threaded.rb
gooddata-0.6.2 lib/gooddata/core/threaded.rb