Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
/ taskchains Public archive

TaskChains is a Java library that allows tasks to be prioritized and assigned IDs for efficient execution management.

License

Notifications You must be signed in to change notification settings

Interguess/taskchains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskChains

Execute tasks synchronously or asynchronously by order or weight with TaskChains.

Use with Gradle

repositories {
    maven {
        url 'https://repo.interguessweb.de/maven-public/'
    }
}
dependencies {
    implementation 'de.interguess:taskchains:latest'
}

Use with Maven

<repositories>
    <repository>
        <id>interguess-repo</id>
        <url>https://repo.interguessweb.de/maven-public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>de.interguess</groupId>
        <artifactId>taskchains</artifactId>
        <version>latest</version>
    </dependency>
</dependencies>

About

TaskChains is a Java library that allows tasks to be prioritized and assigned IDs for efficient execution management.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages