-
Android平台上的Reactive Streams JVM代码
资源介绍
Reactive Streams
The purpose of Reactive Streams is to provide a standard for asynchronous stream processing with non-blocking backpressure.
The latest release is available on Maven Central as
org.reactivestreams
reactive-streams
1.0.2
org.reactivestreams
reactive-streams-tck
1.0.2
test
Goals, Design and Scope
Handling streams of data—especially “live” data whose volume is not predetermined—requires special care in an asynchronous system. The most prominent issue is that resour