文件名称:Android代码-reactive-streams-jvm
文件大小:246KB
文件格式:ZIP
更新时间:2022-08-25 21:44:09
Android代码
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
【文件预览】:
reactive-streams-jvm-master
----gradlew(5KB)
----settings.gradle(2KB)
----COPYING(7KB)
----.java-version(2B)
----RELEASE-NOTES.md(15KB)
----examples()
--------src()
--------build.gradle(273B)
----CONTRIBUTING.md(7KB)
----.travis.yml(786B)
----LICENSE(329B)
----gradle()
--------wrapper()
----README.md(35KB)
----gradlew.bat(2KB)
----api()
--------src()
--------.gitignore(5B)
--------build.gradle(467B)
----CopyrightWaivers.txt(3KB)
----.gitignore(241B)
----tck()
--------src()
--------README.md(29KB)
--------build.gradle(331B)
----tck-flow()
--------src()
--------README.md(28KB)
--------build.gradle(294B)
----build.gradle(5KB)