Package akka.dispatch.internal
Class SameThreadExecutionContext
- java.lang.Object
-
- akka.dispatch.internal.SameThreadExecutionContext
-
public class SameThreadExecutionContext extends java.lang.Object
Factory to create same thread ec. Not intended to be called from any other site than to createExecutionContexts.parasitic()
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description SameThreadExecutionContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static scala.concurrent.ExecutionContext
apply()
-