class BasicExecutionService extends ExecutionService

Self Type
BasicExecutionService
Linear Supertypes
ExecutionService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicExecutionService
  2. ExecutionService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BasicExecutionService(threadPool: ThreadPoolExecutor, anomalies: AnomalySink)

Type Members

  1. type Exec[A] = BasicExecution[A]
  2. type FMP[A] = Flatmap[_, A]
    Definition Classes
    ExecutionService
  3. type Meta = Unit
  4. type Res[+A] = ExecutionResult[A, Meta]
    Definition Classes
    ExecutionService

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def advance[A](program: Program[A], value: Any): Program[A]
    Definition Classes
    ExecutionService
    Annotations
    @tailrec()
  5. val anomalies: AnomalySink
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def bindRight[A](fmp: FMP[A]): Program[A]
    Attributes
    protected
    Definition Classes
    ExecutionService
    Annotations
    @tailrec()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def continue[A](execution: BasicExecution[A], value: Either[Throwable, Any]): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def exec[A](execution: Exec[A]): Option[(A, Exec[A])]
    Definition Classes
    BasicExecutionServiceExecutionService
    Annotations
    @tailrec()
  13. final def execP[A](program: Program[A]): Program[A]
    Annotations
    @tailrec()
  14. def execute[A](program: Program[A]): Res[A]
    Definition Classes
    ExecutionService
  15. def executeAsync[A](program: Program[A])(callback: (Res[A]) => Unit): Unit
  16. def executeAsyncPlain[A](program: Program[A])(callback: (Either[Throwable, A]) => Unit): Unit
    Definition Classes
    ExecutionService
  17. def executeUnsafe[A](program: Program[A]): A
    Definition Classes
    ExecutionService
  18. def finalizeExecution[A](execution: Exec[A], result: Either[Throwable, A]): Unit
    Attributes
    protected
    Definition Classes
    ExecutionService
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def runnableFor[A](execution: Exec[A]): Runnable
    Definition Classes
    ExecutionService
  26. def shutdown(): Unit
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val threadPool: ThreadPoolExecutor
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ExecutionService

Inherited from AnyRef

Inherited from Any

Ungrouped