- 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