Sha256: 1cc0bac1b930e28efc516c12ee5603f8ab12c72468061763d393336c21062cb0

Contents?: true

Size: 391 Bytes

Versions: 5

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

require_relative "timeout/with_timeout"

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

Version data entries

5 entries across 5 versions & 1 rubygems

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