class
System extends AnyRef
Instance Constructors
-
new
System(values: PlacedValues, main: Option[() ⇒ Unit], separateMainThread: Boolean, ties: Map[Signature, Tie], executionContext: ExecutionContext, remoteConnections: RemoteConnections, singleConnectedRemotes: Seq[Reference], connectingRemotes: Seq[Steady[Try[Reference]]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
invokeRemoteAccess[U, T](arguments: U, placedValue: PlacedValue[U, _, _, T], peer: Signature, remotes: Seq[RemoteRef], requestResult: Boolean): Seq[T]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
running: Boolean
-
def
start(): Unit
-
def
subjectiveValue[T, P](function: (Remote[P]) ⇒ T, remote: Remote[P]): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
terminate(): Unit
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any