Skip to content

Commit

Permalink
[Process] Added support for non-blocking process control
Browse files Browse the repository at this point in the history
Added methods to control long running processes to the Process class:
 - A non blocking start method to startup a process and return
   immediately
 - A blocking waitForTermination method to wait for the processes
   termination
 - A stop method to stop a process started with start
All status-getters like getOutput were changed to return real-time data
  • Loading branch information
drak3 committed Mar 23, 2012
1 parent 54ce7c7 commit af65673
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 51 deletions.

0 comments on commit af65673

Please sign in to comment.