Package rx.internal.schedulers
Class EventLoopsScheduler.FixedSchedulerPool
- java.lang.Object
-
- rx.internal.schedulers.EventLoopsScheduler.FixedSchedulerPool
-
- Enclosing class:
- EventLoopsScheduler
static final class EventLoopsScheduler.FixedSchedulerPool extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
cores
(package private) EventLoopsScheduler.PoolWorker[]
eventLoops
(package private) long
n
-
Constructor Summary
Constructors Constructor Description FixedSchedulerPool(java.util.concurrent.ThreadFactory threadFactory, int maxThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventLoopsScheduler.PoolWorker
getEventLoop()
void
shutdown()
-
-
-
Field Detail
-
cores
final int cores
-
eventLoops
final EventLoopsScheduler.PoolWorker[] eventLoops
-
n
long n
-
-
Method Detail
-
getEventLoop
public EventLoopsScheduler.PoolWorker getEventLoop()
-
shutdown
public void shutdown()
-
-