sbt/util
Mark Harrah 64bf50cd08 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
..
collection task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
complete add support for a masked readline 2011-10-13 20:42:39 -04:00
control error handling adjustments, including showing failing task in red (for #29) 2011-05-30 22:10:01 -04:00
log part II of fix for #90 2011-07-09 16:54:41 -04:00
process task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00