Software Projects: Concurrency tools
A library for concurrent execution of jobs with dependency management.
Jobs
Ever wondered how to shoot and forget some threads with dependencies? Here is the answer!Project status
Extending when the need is present.
License
All source code is available at github under the Eclipse Public License.
Maven Repository
The Concurrency Tools are available via my maven repository:<repositories>
<repository>
<id>dajudge.com-snapshots</id>
<url>http://www.dajudge.com/maven-snapshot/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.dajudge</groupId>
<artifactId>concurrency</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
Downloads
See github project page.

Hi, my name is Alexander Stockinger and this is my personal website.
I am building software at 


