Java 并发流库 SimpleReact

码农软件 · 软件分类 · 并发/并行处理框架 · 2019-09-02 17:57:26

软件介绍

Simple-React 为 Java 8 增加了高级异步 Streams 和数据结构。这是一个 Java 8 的并发流库,提供三中 Stream 类型(LazyFutureStream、SimpleReactStream、EagerFutureStream)和三种异步数据结构(Queue、Topic、Signal)。

流类型:

simplereactstreaming types

数据结构:

simplereact datastructures

示例代码:

List<String> results = LazyFutureStream.sequentialBuilder()
      .react(()->”new event1",()->”new event2")
      .retry(this::unreliable)
      .onFail(e->”default”)
      .peek(System.out::println)
      .capture(Throwable::printStackTrace)
      .block();


本文地址:https://codercto.com/soft/d/13732.html

Discrete Mathematics and Its Applications

Discrete Mathematics and Its Applications

Kenneth H Rosen / McGraw-Hill Science/Engineering/Math / 2003-04-22 / USD 132.81

Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and deta......一起来看看 《Discrete Mathematics and Its Applications》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码