public final class RxThreadFactory extends AtomicLong implements ThreadFactory
Modifier and Type | Field and Description |
---|---|
static ThreadFactory |
NONE |
Constructor and Description |
---|
RxThreadFactory(String prefix) |
Modifier and Type | Method and Description |
---|---|
Thread |
newThread(Runnable r) |
accumulateAndGet, addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, incrementAndGet, intValue, lazySet, longValue, set, toString, updateAndGet, weakCompareAndSet
byteValue, shortValue
public static final ThreadFactory NONE
public RxThreadFactory(String prefix)
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
Copyright © 2018. All rights reserved.