com.paypal.cascade.common

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. trait NamedThreadFactory extends AnyRef

    Provide a method to get DefaultThreadFactory instances with a specified thread name prefix.

    Provide a method to get DefaultThreadFactory instances with a specified thread name prefix. This should be used to make debugging easier.

    The root thread is the top-most thread of the current JVM. A method is provided here to obtain a factor that creates daemon children directly under that root thread.

    Refer to documentation on java.lang.Thread for distinctions between daemon/non-daemon threads. Short version: daemon threads die immediately when their parent dies; non-daemon threads are allowed to finish.

Ungrouped