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