jar

io.github.ciriti : repeat-check

Maven & Gradle

Mar 22, 2024
0 stars

repeat-check · The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.

Table Of Contents

Latest Version

Download io.github.ciriti : repeat-check JAR file - Latest Versions:

All Versions

Download io.github.ciriti : repeat-check JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window repeat-check-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.ciriti.repeatcheck

├─ io.github.ciriti.repeatcheck.RepeatCheckUntilVerifiedKt.class - [JAR]

├─ io.github.ciriti.repeatcheck.TestRes.class - [JAR]