akka.util
Class SerializedSuspendableExecutionContext$

java.lang.Object
  extended by akka.util.SerializedSuspendableExecutionContext$
All Implemented Interfaces:
java.io.Serializable

public class SerializedSuspendableExecutionContext$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static SerializedSuspendableExecutionContext$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SerializedSuspendableExecutionContext$()
           
 
Method Summary
 SerializedSuspendableExecutionContext apply(int throughput, scala.concurrent.ExecutionContext context)
           
 int Off()
           
 int On()
           
 int Suspended()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SerializedSuspendableExecutionContext$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SerializedSuspendableExecutionContext$

public SerializedSuspendableExecutionContext$()
Method Detail

Off

public final int Off()

On

public final int On()

Suspended

public final int Suspended()

apply

public SerializedSuspendableExecutionContext apply(int throughput,
                                                   scala.concurrent.ExecutionContext context)