com.gilt.gfc.guava

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. class NamedThreadFactory extends ThreadFactory

    Create a new factory with a given base name, thread group and daemon status.

Deprecated Value Members

  1. object NamedThreadFactory extends Loggable

    Base thread factory that allows to create a set of thread with a common name, group and daemon properties.

    Base thread factory that allows to create a set of thread with a common name, group and daemon properties.

    This is mostly useful to identify background threads and make sure they do not prevent the jvm from shutting down or for debugging/logging purposes to identify clearly what are the active threads.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.9) Use ThreadFactoryBuilder and ThreadGroupBuilder in gfc-concurrent instead

Ungrouped