sbt/util/process
Mark Harrah 5fd3c1d2e5 task execution interruptible using ctrl+c. fixes #228,#229
- interrupts task execution only
- no further tasks scheduled
- existing tasks interrupted
- a task must terminate any other started threads when interrupted
- set cancelable to true to enable
- currently, 'run' properly terminates if the application properly
   terminates when interrupted
- 'console' does not, 'test' depends on the test framework

- also bundled: set connectInput to true to connect standard input to forked run
2011-10-18 22:43:25 -04:00
..
src/test/scala work on tests 2011-04-08 19:17:58 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
Process.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
ProcessImpl.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00