Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

systemthreadingtasks parallelfor0

Using .NET 4.0's Task Parallel Library with IronRuby 1.1
Thursday, 21 October 2010 11:45

require 'mscorlib'

include System::Threading
include System::Threading::Tasks

Parallel.For(0, 100, lambda { |a| puts a })

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/aK_TkscL0Lo/12505

 


Taxonomy by Zaragoza Online