Package cloud.opencode.base.parallel.pipeline
package cloud.opencode.base.parallel.pipeline
Pipeline Package - Async Pipeline and Functions
流水线包 - 异步流水线和函数
This package provides async pipeline for chaining operations and functional interfaces.
此包为链接操作提供异步流水线和函数式接口。
Classes | 类
AsyncPipeline- Async processing pipelineTriFunction- Three-argument function
- Since:
- JDK 25, opencode-base-parallel V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionAsync Pipeline - Asynchronous Processing Pipeline 异步流水线 - 异步处理流水线TriFunction<T1,
T2, T3, R> Tri Function - Three-Argument Function Interface 三元函数 - 三参数函数接口