mill.server.MillDaemonServer
See theMillDaemonServer companion class
object MillDaemonServer
Attributes
- Companion
- class
- Source
- MillDaemonServer.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MillDaemonServer.type
Members list
Type members
Classlikes
case class DaemonServerData(shutdownRequest: AtomicReference[ShutdownRequest], rpcTransport: MillRpcWireTransport)
Attributes
- Source
- MillDaemonServer.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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.
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
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Represents a pending server shutdown request.
Represents a pending server shutdown request.
Attributes
- Source
- MillDaemonServer.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article