v0.6.0
版本发布时间: 2014-07-23 23:28:25
puniverse/quasar最新发布版本:v0.8.0(2018-11-03 02:13:29)
New Features:
- Automatic suspendable method detection
- Fiber serialization
- Actor migration
- Dataflow variables
Changes and Improvements
-
Fiber.join
andFiber.get
are now suspendable rather than thread-blocking. This should improve join performance. -
co.paralleluniverse.strands.channels.DelayVal
is nowco.paralleluniverse.strands.dataflow.Val
-
FiberAsync
has been simplified - Much improved fiber-blocking NIO performance