Packages

o

org.http4s.util

threads

object threads

Source
threads.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. threads
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ThreadPriority(toInt: Int) extends Product with Serializable

Value Members

  1. def threadFactory(name: (Long) ⇒ String = l =>
    s"http4s-$l"
    , daemon: Boolean = false, priority: ThreadPriority = ThreadPriority.Norm, uncaughtExceptionHandler: PartialFunction[(Thread, Throwable), Unit] = PartialFunction.empty, backingThreadFactory: ThreadFactory = Executors.defaultThreadFactory)
    : ThreadFactory
  2. object ThreadPriority extends Product with Serializable