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