Fix a race in Task.WaitAny
[mono.git] / mcs / class / corlib / System.Threading.Tasks / TpScheduler.cs
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-25 Jérémie LavalUse quicket methods to launch a Task on the threadpool
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Koushik DuttaFix bug where if a task is Start-ed with a specific...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-17 Jérémie LavalRemove ctors in TpScheduler
2011-02-17 Jérémie LavalMake TryExecuteTaskInline a bit smarter
2011-02-17 Jérémie LavalRefactor common code block of TpScheduler and SyncConte...
2011-02-17 Jérémie LavalAdapt TpScheduler to the new API in TaskScheduler
2011-02-17 Jérémie LavalCache callback delegate in TpScheduler when passing...
2011-02-17 Jérémie LavalDon't create a new lambda everytime when queuing Task...
2011-02-17 Jérémie LavalTry to execute task inline when they are ready to run...
2011-02-17 Jérémie LavalThreadpool Task scheduler