Fix continuation not being scheduled because of too early and too greedy disposing.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / Parallel.cs
2011-01-06 Jérémie LavalExplicitely attach loop underlying tasks to their event...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-15 Jérémie LavalAdd prototype for Parallel.For long overloads
2010-12-15 Jérémie LavalMore parameter renaming
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-12 Jérémie LavalSimplify Parallel.ForEach loop execution
2010-11-12 Jérémie LavalCleanup ForEach overloads in Parallel
2010-11-11 Jérémie LavalRefine precedent algorithm for Parallel.For index stealing.
2010-11-11 Jérémie LavalAdd a new lightweight stealing algorithm to Parallel.For
2010-11-11 Jérémie LavalIn Parallel.For, returns immediately if the initial...
2010-11-11 Jérémie LavalSmall logic fix in choosing step in Parallel.For
2010-11-10 Jérémie LavalSimplify Parallel.For execution.
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-13 Jérémie LavalMove NET_4_0 define checks at the right position under...
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-07 Jérémie Laval2010-07-07 Jérémie Laval <jeremie.laval@gmail.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-02-24 Paolo MolaroWed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-02 Jérémie Laval2010-02-02 Jérémie Laval <jeremie.laval@gmail.com>
2009-12-03 Marek Safar2009-12-03 Marek Safar <marek.safar@gmail.com>
2009-12-03 Marek SafarMoved ConcurrentBag to system.dll
2009-11-10 Marek SafarNew tests.
2009-11-08 Miguel de IcazaMove some classes to new locations