public class RxJavaEventExecutorGroupScheduler
extends rx.Scheduler
EventExecutorGroup instance to schedule tasks. This should typically be used as a
computation scheduler or any other scheduler that do not schedule blocking tasks. See also
https://github.com/ReactiveX/RxNetty
/blob/0.5.x/rxnetty-common/src/main/java/io/reactivex/netty/threads/RxJavaEventloopScheduler.java| Constructor and Description |
|---|
RxJavaEventExecutorGroupScheduler(EventExecutorGroup eventLoopGroup) |
| Modifier and Type | Method and Description |
|---|---|
rx.Scheduler.Worker |
createWorker() |
public RxJavaEventExecutorGroupScheduler(EventExecutorGroup eventLoopGroup)
Copyright © 2017 lettuce.io. All rights reserved.