Proxy

abstract class Proxy(self: Platform) extends Platform
class Platform
class Object
trait Matchable
class Any

Value members

Concrete methods

def reportFailure(cause: Cause[Any]): Unit
def reportFatal(t: Throwable): Nothing
Definition Classes
override def yieldOnStart: Boolean
Definition Classes

Inherited methods

Inherited from:
Platform
Inherited from:
Platform
Inherited from:
Platform
def withReportFatal(f: Throwable => Nothing): Platform
Inherited from:
Platform
Inherited from:
Platform
Inherited from:
Platform
Inherited from:
Platform
Inherited from:
Platform

Determines if the Runtime should yield right at the beginning of the evaluation.

Determines if the Runtime should yield right at the beginning of the evaluation.

Inherited from:
Platform