hunt.concurrency.ThreadFactory

Undocumented in source.

Members

Interfaces

ThreadFactory
interface ThreadFactory

An object that creates new threads on demand. Using thread factories removes hardwiring of calls to {@link Thread#Thread(Runnable) new Thread}, enabling applications to use special thread subclasses, priorities, etc.

Meta