Package akka.dispatch.internal
Class SameThreadExecutionContext$
- java.lang.Object
-
- akka.dispatch.internal.SameThreadExecutionContext$
-
public class SameThreadExecutionContext$ extends java.lang.ObjectFactory to create same thread ec. Not intended to be called from any other site than to createExecutionContexts.parasitic()INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static SameThreadExecutionContext$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SameThreadExecutionContext$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.concurrent.ExecutionContextapply()
-
-
-
Field Detail
-
MODULE$
public static final SameThreadExecutionContext$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-