Package

com.metamx.common.scala

concurrent

Permalink

package concurrent

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

Value Members

  1. object Implicits

    Permalink
  2. def abortingRunnable(body: ⇒ Any): Runnable

    Permalink
  3. def abortingThread(body: ⇒ Any): Thread

    Permalink
  4. def after(millis: Long)(f: ⇒ Unit): Unit

    Permalink
  5. def callable[X](x: ⇒ X): Callable[X]

    Permalink
  6. def daemonThread(f: Runnable): Thread

    Permalink
  7. def everyFuzzy(period: github.nscala_time.time.Imports.Duration, fuzz: Double, delay: Boolean = true)(f: ⇒ Unit): Unit

    Permalink
  8. object locks

    Permalink
  9. def loggingRunnable(body: ⇒ Any): Runnable with Logging

    Permalink
  10. def loggingThread(body: ⇒ Any): Thread

    Permalink
  11. def numCores: Int

    Permalink
  12. def par[X, Y](xs: Iterable[X], threads: Int = numCores)(f: (X) ⇒ Y): Vector[Y]

    Permalink
  13. def spawn(body: ⇒ Any): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped