We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e1f6 commit 268f05cCopy full SHA for 268f05c
src/main/java/org/codehaus/plexus/util/cli/StreamPollFeeder.java
@@ -22,6 +22,9 @@
22
23
/**
24
* Poll InputStream for available data and write the output to an OutputStream.
25
+ * <p>
26
+ * This class is designed to avoid blocking when reading from streams like System.in.
27
+ * It polls the input stream for available data instead of blocking on read operations.
28
*
29
* @author <a href="mailto:[email protected]">Trygve Laugstøl</a>
30
*/
0 commit comments