文件名称:Android代码-ea-async
文件大小:130KB
文件格式:ZIP
更新时间:2022-08-26 00:44:12
Android代码
EA Async EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. It is heavily inspired by Async-Await on the .NET CLR, see Asynchronous Programming with Async and Await for more information. Who should use it? EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes
【文件预览】:
ea-async-master
----.travis.yml(73B)
----updateDocs.groovy(2KB)
----pom.xml(11KB)
----maven-plugin()
--------pom.xml(5KB)
--------src()
--------README.md(1KB)
----async()
--------pom.xml(7KB)
--------async-stub.jar(380B)
--------src()
----LICENSE(1KB)
----CONTRIBUTING.md(214B)
----TODO.md(1KB)
----.idea()
--------codeStyles()
--------codeStyleSettings.xml(9KB)
--------copyright()
----.gitignore(406B)
----README.md(6KB)