public class RxSchedulers
extends java.lang.Object
描述:线程调度工具
| Modifier and Type | Method and Description |
|---|---|
static <T> <any> |
_io_io()
处理在io线程,订阅也发生在io线程( -> io -> io)
|
static <T> <any> |
_io_main()
处理在io线程,订阅发生在主线程( -> io -> main)
|
static <T> <any> |
_io()
订阅发生在io线程 ( -> -> io)
使用compose操作符
|
static <T> <any> |
_main()
订阅发生在主线程 ( -> -> main)
使用compose操作符
|
public static <T> <any> _main()
T - public static <T> <any> _io()
T - public static <T> <any> _io_main()
T - public static <T> <any> _io_io()
T -