RpcStdinInputStream
mill.server.MillDaemonServer.RpcStdinInputStream
class RpcStdinInputStream(serverToClient: MillRpcChannel[ServerToClient]) extends InputStream
An InputStream that polls the client for stdin data via RPC. Used to support "Enter to re-run" in watch mode when running in daemon mode.
Note: This is designed for use with lookForEnterKey which calls available() first, then read(). The polling only happens in available().
Attributes
- Source
- MillDaemonServer.scala
- Graph
-
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
InputStream
- Source
- MillDaemonServer.scala
Attributes
- Definition Classes
-
InputStream
- Source
- MillDaemonServer.scala
Attributes
- Definition Classes
-
InputStream
- Source
- MillDaemonServer.scala
Inherited methods
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
In this article