Download DAGExecutor Free Java Code
Description
A library that executes sets of Java tasks with respect to dependencies between each task. Each task is a Runnable object, and arbitrary directed acyclic graphs of dependencies and tasks can be executed, either with unlimited threads, or in by a fixed number of threads.
Source Files
The download file DAGExecutor-master.zip has the following entries.
.classpath//w w w.ja va 2s . c o m
.project
.settings/org.eclipse.jdt.core.prefs
README.md
build.xml
lib/guava-10.0.1.jar
lib/junit-4.10-src.jar
lib/junit-4.10.jar
lib/junit-dep-4.10.jar
src/com/isaacdooley/dagexecutor/DAG.java
src/com/isaacdooley/dagexecutor/DAGExecutor.java
src/com/isaacdooley/dagexecutor/DependencyDoesNotExistException.java
src/com/isaacdooley/dagexecutor/MultiThreadedDAGExecutor.java
src/com/isaacdooley/dagexecutor/SingleThreadedDAGExecutor.java
src/com/isaacdooley/dagexecutortests/DAGTest.java
Download
Click the following link to download DAGExecutor-master.zip.
DAGExecutor-master.zip