Class 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 create ExecutionContexts.parasitic()

    INTERNAL API

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static scala.concurrent.ExecutionContext apply()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SameThreadExecutionContext

        public SameThreadExecutionContext()
    • Method Detail

      • apply

        public static scala.concurrent.ExecutionContext apply()