-
- All Implemented Interfaces:
-
java.io.Serializable
,java.util.concurrent.ThreadFactory
public final class RxThreadFactory extends AtomicLong implements ThreadFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static ThreadFactory
NONE
-
Constructor Summary
Constructors Constructor Description RxThreadFactory(String prefix)
-
Method Summary
-
Methods inherited from class java.util.concurrent.atomic.AtomicLong
accumulateAndGet, addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, incrementAndGet, intValue, lazySet, longValue, set, toString, updateAndGet, weakCompareAndSet
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Methods inherited from class java.util.concurrent.ThreadFactory
newThread
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-