class Dhall::Util::NoDeadline

Public Instance Methods

exceeded?() click to toggle source
# File lib/dhall/util.rb, line 111
def exceeded?
        false
end
timeout() click to toggle source
# File lib/dhall/util.rb, line 115
def timeout
        nil
end
timeout_block() { || ... } click to toggle source
# File lib/dhall/util.rb, line 119
def timeout_block
        yield
end