Sha256: 9528abca7d7c72a85b520afdaf147b34d7c65aca0a34299f2a310956cb2f9d65

Contents?: true

Size: 439 Bytes

Versions: 4

Compression:

Stored size: 439 Bytes

Contents

# frozen_string_literal: true

require_relative "timeout/with_timeout"

module ConvenientService
  module Examples
    module Standard
      module V1
        class Factorial
          module Utils
            module Timeout
              class << self
                def with_timeout(...)
                  WithTimeout.call(...)
                end
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
convenient_service-0.17.0 lib/convenient_service/examples/standard/v1/factorial/utils/timeout.rb
convenient_service-0.16.0 lib/convenient_service/examples/standard/v1/factorial/utils/timeout.rb
convenient_service-0.15.0 lib/convenient_service/examples/standard/v1/factorial/utils/timeout.rb
convenient_service-0.14.0 lib/convenient_service/examples/standard/v1/factorial/utils/timeout.rb