Skip to content

0.6.0

Compare
Choose a tag to compare
@pron pron released this 23 Jul 15:28
· 1062 commits to master since this release

New Features:

  • Automatic suspendable method detection
  • Fiber serialization
  • Actor migration
  • Dataflow variables

Changes and Improvements

  • Fiber.join and Fiber.get are now suspendable rather than thread-blocking. This should improve join performance.
  • co.paralleluniverse.strands.channels.DelayVal is now co.paralleluniverse.strands.dataflow.Val
  • FiberAsync has been simplified
  • Much improved fiber-blocking NIO performance