Added Countup as a possible replacement for Countdown. Experimental. Removes need to pre-count the IEnumerable.
Updated Coundown to remove lock in Signal() as suggested by Corey Kosak on Netduino forums.
Updated ParallelForEach to use Countup. This is still just a pet proof-of-concept.
Documentation fixes in Extensions.cs as pointed out by Corey Kosak on Netduino forums.
↧