Package org.apache.pekko.util
Class SerializedSuspendableExecutionContext$
java.lang.Object
org.apache.pekko.util.SerializedSuspendableExecutionContext$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SerializedSuspendableExecutionContext$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SerializedSuspendableExecutionContext$
public SerializedSuspendableExecutionContext$()
-
-
Method Details
-
Off
public final int Off() -
On
public final int On() -
Suspended
public final int Suspended() -
apply
public org.apache.pekko.util.SerializedSuspendableExecutionContext apply(int throughput, scala.concurrent.ExecutionContext context)
-