Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight 4 PLINQ

I have a very simple question. Is it possible to use PLINQ with Silverlight 4 since it seems that it doesn't exist in the most commonly referenced assemblies?

like image 430
SilverDark Avatar asked Apr 27 '10 02:04

SilverDark


2 Answers

It is not supported but you can vote for it here:

http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/310712-plinq-and-tpl?ref=title

like image 190
Raj Kaimal Avatar answered Oct 20 '22 00:10

Raj Kaimal


http://portabletpl.codeplex.com/

PortableTPL is a portable project inspired by the Task Parallel Library. It can be used with .Net 4.0, Silverlight 4.0, XNA 4.0 for XBox 360 and Silverlight for Windows Phone. PortableTPL supports following features:

  • Task
  • Task
  • Task Continuation
  • Task Cancelleation with CancellationTokenSource
  • AggregationException
  • Parallel.For
  • Parallel.ForEach
  • Schedulers
like image 41
tonyjy Avatar answered Oct 19 '22 22:10

tonyjy