StdinResult
mill.launcher.DaemonRpc.StdinResult
Result of polling for stdin data. bytes carries any bytes available right now (possibly empty when nothing's queued); eof = true means the client's stdin has been closed and no more bytes will ever arrive — the daemon-side stdin proxy must translate this to read() == -1 so consumers like lsp4j see a clean end-of-stream rather than spinning forever.
Attributes
- Source
- DaemonRpc.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article