RxCoroutineSchedulers:Kotlin Coroutines作为RxJava Scheduler:smiling_face_with_horn
Rx协程计划程序 Kotlin协程作为RxJava调度程序 :smiling_face_with_horns: 主要思想来自 :light_bulb: 例子 在目标使用扩展功能asScheduler() :smiling_face_with_sunglasses: val disposable = Observable .create( .. .) .subscribeOn( Dispatchers . IO .asScheduler()) .observeOn( Dispatchers . Main .asScheduler()) .subscribe( .. .) 您还可以指定一个 ,所有协程作业将在其中运行并被其取消 :nail_polish: val disposable = Observable .create( .. .) .subscribeOn( Dispatchers . IO .asScheduler(yourScope)) .observeOn( Dispatchers . Ma
文件列表
RxCoroutineSchedulers-master.zip
(预估有个8文件)
RxCoroutineSchedulers-master
pom.xml
4KB
LICENSE
11KB
src
main
java
io
github
mthli
rxcoroutineschedulers
暂无评论