文件名称:Jacob:提供Java协程的轻量级库
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-04 21:51:12
java generator bytecode coroutines coroutine
雅各布 提供Java协程的轻量级库 用法 添加对jacob-core的依赖 < dependency> < groupId>com.guujiang groupId> < artifactId>jacob-core artifactId> < version>0.0.1 version> dependency> 写一个包含一个或多个生成器方法的类。 生成器方法是一种返回Iterable并使用yield方法在中间生成一些值的方法。 这是一个例子。 // strongly recomended to import the yield method as static to make the syntax more natural import static com.guujiang.jacob.Stub.yield ; impor
【文件预览】:
Jacob-master
----pom.xml(3KB)
----jacob-samples()
--------pom.xml(944B)
--------src()
----LICENSE(1KB)
----jacob-core()
--------pom.xml(1KB)
--------src()
----.gitignore(335B)
----README.md(2KB)
----jacob-maven-plugin()
--------pom.xml(2KB)
--------src()
----.editorconfig(53B)