Wednesday, June 23, 2010

Retlang 1.0.1 Released

This is the final scheduled release.  No known bugs or further optimizations exist and the library has been used extensively in production.

  • Targets .NET Framework 4.0 (generic bug fixed).
  • Lists are recycled between executors and fibers, instead of creating new arrays on each execution.
  • StubFiber now has ExecutePendingImmediately defaulted to false. The new default more closely resembles how real fibers execute. Also it matches Jetlang.
  • StubFiber now executes pending actions in FIFO (as opposed to LIFO) order when actions enqueue other actions. In previous releases this was an issue only when ExecutePendingImmediately was set to true.
  • Additional constructors for DispatcherFiber and ThreadFiber.

Get it here.

0 comments:

Post a Comment