mill.launcher.DaemonRpc.ServerToClient
See theServerToClient companion trait
object ServerToClient
Attributes
- Companion
- trait
- Source
- DaemonRpc.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ServerToClient.type
Members list
Type members
Classlikes
case class GetTerminalDims() extends ServerToClient
Request to get current terminal dimensions from the client.
Request to get current terminal dimensions from the client.
Attributes
- Source
- DaemonRpc.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait ServerToClienttrait Messageclass Objecttrait Matchableclass AnyShow all
case class PollStdin() extends ServerToClient
Request to poll for available stdin data from the client terminal.
Request to poll for available stdin data from the client terminal.
Attributes
- Source
- DaemonRpc.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait ServerToClienttrait Messageclass Objecttrait Matchableclass AnyShow all
case class RunSubprocess(config: Config) extends ServerToClient
Request to run a subprocess on the launcher with inherited I/O.
Request to run a subprocess on the launcher with inherited I/O.
Attributes
- Source
- DaemonRpc.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait ServerToClienttrait Messageclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements.
The name of the type.
Givens
Givens
Attributes
- Source
- DaemonRpc.scala
In this article