Skip to content

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

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages