holgerbrandl / kravis

A {K}otlin g{ra}mmar for data {vis}ualization
BSD 2-Clause "Simplified" License
183 stars 12 forks source link

Simplify StreamGobbler. #33

Closed tokuhirom closed 2 years ago

tokuhirom commented 2 years ago

Fix the thread timing issue.

tokuhirom commented 2 years ago

StreamGobbler creates new thread, as a result, it may cause the timing issue. CmdResult.sout() returns empty string very rarely.