文件名称:rxjava2sample:在RxJava2中处理长期运行的服务的示例示例
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-19 20:38:24
Java
RxJava2的示例示例 该示例包含两个长时间运行的服务(由Thread.sleep模拟) a)VideoService b)RatingService getAllRatings和getAllVideos在两个不同的线程中异步运行。 评分和视频的主线程zip都将转换为VideoRating并返回给呼叫者。
【文件预览】:
rxjava2sample-master
----README.MD(330B)
----pom.xml(1KB)
----src()
--------test()
--------main()