sbt/tasks
Mark Harrah 5918c24722 Task state.
* Allow tasks to provide State transformations that are applied after all tasks complete.
* Provide convenience methods for preserving state across invocations.
* Option of session or persisted state.
2011-09-21 22:54:46 -04:00
..
src/test/scala allow setting initialization to be partially dynamic and run in parallel 2011-08-14 10:53:37 -04:00
standard Task state. 2011-09-21 22:54:46 -04:00
CompletionService.scala make parallel execution configurable, fixes #22 2011-05-21 13:51:13 -04:00
Execute.scala onComplete hook for cleanup after task execution 2011-08-05 21:56:32 -04:00
Incomplete.scala lift anonymous Incompletes to the next keyed, empty Incomplete 2011-04-06 20:52:48 -04:00
NOTICE MList covariant, initial Node 2010-05-30 21:14:18 -04:00
Node.scala MList -> KList, Relation[T] -> Relation[A,B] 2010-06-24 18:09:07 -04:00
Result.scala work on displaying task errors 2011-03-20 22:54:01 -04:00