object Executors

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Executors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def callable(action: PrivilegedExceptionAction[_]): Callable[Any]
  6. def callable(action: PrivilegedAction[_]): Callable[Any]
  7. def callable(task: Runnable): Callable[AnyRef]
  8. def callable[T](task: Runnable, result: T): Callable[T]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def defaultThreadFactory(): ThreadFactory
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newCachedThreadPool(threadFactory: ThreadFactory): ExecutorService
  19. def newCachedThreadPool(): ExecutorService
  20. def newFixedThreadPool(nThreads: Int): ExecutorService
  21. def newFixedThreadPool(nThreads: Int, threadFactory: ThreadFactory): ExecutorService
  22. def newScheduledThreadPool(corePoolSize: Int, threadFactory: ThreadFactory): ScheduledExecutorService
  23. def newScheduledThreadPool(corePoolSize: Int): ScheduledExecutorService
  24. def newSingleThreadExecutor(threadFactory: ThreadFactory): ExecutorService
  25. def newSingleThreadExecutor(): ExecutorService
  26. def newSingleThreadScheduledExecutor(threadFactory: ThreadFactory): ScheduledExecutorService
  27. def newSingleThreadScheduledExecutor(): ScheduledExecutorService
  28. def newWorkStealingPool(): ExecutorService
  29. def newWorkStealingPool(parallelism: Int): ExecutorService
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def privilegedCallable[T](callable: Callable[T]): Callable[T]
  33. def privilegedCallableUsingCurrentClassLoader[T](callable: Callable[T]): Callable[T]
  34. def privilegedThreadFactory(): ThreadFactory
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def unconfigurableExecutorService(executor: ExecutorService): ExecutorService
  38. def unconfigurableScheduledExecutorService(executor: ScheduledExecutorService): ScheduledExecutorService
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped