# File lib/aws/core/http/handler.rb, line 82
        def sleep_with_callback seconds, &block
          Kernel.sleep(seconds)
          yield
        end