com.metamx.common.scala

concurrent

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Implicits

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

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

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

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

  6. def daemonThread(f: Runnable): Thread

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

  8. object locks

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

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

  11. def numCores: Int

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped