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 Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 scala.concurrent.ExecutionContext apply()