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://www.codercto.com/soft/d/13732.html

The Cult of the Amateur

The Cult of the Amateur

Andrew Keen / Crown Business / 2007-6-5 / USD 22.95

Amateur hour has arrived, and the audience is running the show In a hard-hitting and provocative polemic, Silicon Valley insider and pundit Andrew Keen exposes the grave consequences of today’s......一起来看看 《The Cult of the Amateur》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具