diff --git a/Home.md b/Home.md index f5ba436..d7d770b 100644 --- a/Home.md +++ b/Home.md @@ -26,7 +26,7 @@ Frequently Asked Questions getErrorStream() // -> java.io.InputStream; corresponds to stderr // only on Session.Command - getOutputAsString() // -> java.lang.String; this is blocking since it reads all the data from stdout until it encounters EOF + getOutputAsString() // -> java.lang.String; blocks until it reads all data from stdout ``` + **Concurrency**