-
Notifications
You must be signed in to change notification settings - Fork 266
Home
Jiaqi Guan edited this page Aug 13, 2018
·
39 revisions
ParSeq is a framework that makes it easier to write asynchronous code in Java.
Some of the key benefits of ParSeq include:
- Parallelization of asynchronous operations (such as IO)
- Serialized execution for non-blocking computation
- Code reuse via task composition
- Simple error propagation and recovery
- Execution tracing and visualization
- Tasks with retry policy
ParSeq 2.*.* requires java 8. If you are using older version of java please use ParSeq 1.4.2.
See CHANGELOG for list of changes.