mill.server.Server.SetIdle
Controls whether the server is considered idle.
Attributes
- Source
-
Server.scala
- Graph
-
- Supertypes
-
class Object
trait Matchable
class Any
Members list
Value parameters
- idle
-
true when server is not processing any requests, false when server is processing a request.
Attributes
- Source
-
Server.scala
Runs the provided function, setting the server as non-idle while it runs.
Runs the provided function, setting the server as non-idle while it runs.
Attributes
- Source
-
Server.scala