Packages

t

slick.util.AsyncExecutor

PrioritizedRunnable

trait PrioritizedRunnable extends Runnable

Source
AsyncExecutor.scala
Linear Supertypes
Runnable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrioritizedRunnable
  2. Runnable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def priority: Priority
  2. abstract def run(): Unit
    Definition Classes
    Runnable

Concrete Value Members

  1. val connectionReleased: Boolean

    true if the JDBC connection was released

  2. val inUseCounterSet: Boolean

    true if the inUseCounter of the ManagedArrayBlockQueue was incremented